COLOR #AFAB92

HEX: #AFAB92 RGB: (175,171,146)

Color info

#AFAB92 contains red, green and blue colors in about the same proportion. Web safe color of #AFAB92 is #999999 (or #999).

RGB color model

#AFAB92 color RGB value is (175,171,146).

RGB: (175,171,146) (69%, 67%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 146 of 255 = 57%

175
171
146

R + G + B ~ 64%. #AFAB92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 146 = 492 (100%)
R 175 of 492 ~ 35.57%
G 171 of 492 ~ 34.76%
B 146 of 492 ~ 29.67'%

%35.57
%34.76
%29.67

CMYK color model

#AFAB92 color CMYK value is (0,2,17,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 16.57%
  • key color value is 31.37%

CMYK: (0,2,17,31)
C0M2Y17K31 (0%, 2%, 17%, 31%)
(0.00 / 0.02 / 0.17 / 0.31)

CMYK percentages

%0
%2.29
%16.57
%31.37

Codes

Color #AFAB92 in popluar color models

AF AB 92
RGB 175 171 146
HSL 52° 15.34% 62.94%
HSB/HSV 52° 16.57% 68.63%
CMYK 0.00% 2.29% 16.57%
31.37%

Color #AFAB92 in popluar number systems.

HEX AF AB 92
Decimal 175 171 146
Binary 10101111 10101011 10010010
Octal 257 253 222

Shades and tints

Shades of #AFAB92

#AFAB92
(175,171,146)
#A09C85
(160,156,133)
#918D78
(145,141,120)
#827E6B
(130,126,107)
#736F5E
(115,111,94)
#646051
(100,96,81)
#555144
(85,81,68)
#464237
(70,66,55)
#37332A
(55,51,42)
#28241D
(40,36,29)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFAB92

#AFAB92
(175,171,146)
#B6B29B
(182,178,155)
#BDB9A4
(189,185,164)
#C4C0AD
(196,192,173)
#CBC7B6
(203,199,182)
#D2CEBF
(210,206,191)
#D9D5C8
(217,213,200)
#E0DCD1
(224,220,209)
#E7E3DA
(231,227,218)
#EEEAE3
(238,234,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAB92 color. Also use rgb(175,171,146) instead hex code.

Text Font Color

.myTextColor { color: #AFAB92; }

<p style="color:#AFAB92">This sample text font color is #AFAB92.</p>

This text font color is #AFAB92.

Background Color

.myBgColor { background-color: #AFAB92; }

<div style="background-color:#AFAB92">Inner text</div>

This div background color is #AFAB92.

Border color

.myBorderColor { border: 1px solid #AFAB92; }

<div style="border:3px solid #AFAB92">Div</div>

This div border color is #AFAB92.

Opacity

.myOpacity80 { color: #AFAB92; opacity: 0.8; }

<p style="color:#AFAB92;opacity:0.8;">80%</p>

Text with #AFAB92 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFAB92;}

<p style="text-shadow: 3px 3px 1px #AFAB92">Text here.</p>

This text has shadow with #AFAB92 color.


.textShadow {text-shadow: 3px 3px 1px #AFAB92', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFAB92, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFAB92 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFAB92, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFAB92, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFAB92 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFAB92;
-webkit-box-shadow: 1px 1px 3px 2px #AFAB92;
box-shadow: 1px 1px 3px 2px #AFAB92;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFAB92; -webkit-box-shadow: 1px 1px 3px 2px #AFAB92; box-shadow:1px 1px 3px 2px #AFAB92;">
Div content here
</div>

This div box has shadow with color #AFAB92.

Preview

Color preview on black background

This text has color #AFAB92 on black background.


Color preview on white background

This text has color #AFAB92 on white background.


Black color preview on #AFAB92 background

This text has black color on #AFAB92 background.


White color preview on #AFAB92 background

This text has white color on #AFAB92 background.


Related colors

Complementary color

Complementary color for #hex is #50546D.


I love getcolorcode.com

Triadic colors

1 #92AFAB and #AB92AF with #AFAB92 are triadic colors.

2 #92ABAF and #ABAF92 with #AFAB92 are triadic colors.