#AFA99B

Color #AFA99B Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #AFA99B

Tints of Bison Hide #AFA99B

Color information

#AFA99B (or 0xAFA99B) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 9B. RGB value is (175,169,155). Sum of RGB (Red+Green+Blue) = 175+169+155=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99B is #505664. Grayscale: #A9A9A9. Windows color (decimal): -5264997 or 10201519. OLE color: 10201519.

HSL color Cylindrical-coordinate representation of color #AFA99B: hue angle of 42º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA99B is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175169155-
CMYK00.030.110.31
HSL42º11.11%64.71%-
HSV(B)42º11.43%68.63%-
XYZ37.7839.8636.71-
YUV169.2119.99132.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=35.07%
G=33.87%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915500.030.110.314211.1164.71
HexAFA99B03B1F2ab41
Octal2572512330313375213101
Binary10101111101010011001101101110111111110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA99B; }

 p { color: rgb(175,169,155); }

 H1.HeaderClassName
 {
   color: #AFA99B;
 }
 .AnyTagClassName
 {
   color: #AFA99B;
 }
</style>
background-color css

<style>
 a { background-color: #AFA99B; }

 a { background-color: rgb(175,169,155); }

 div.DivClassName
 {
   background-color: #AFA99B;
 }
 .BgClassName
 {
   background-color: #AFA99B;
 }
</style>
border-color css

<style>
 span { border-color: #AFA99B; }

 span { border-color: rgb(175,169,155); }

 td.TdClassName
 {
   border-color: #AFA99B;
 }
 .TagClassName
 {
   border-color: #AFA99B;
 }
</style>