#AFA99A

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

Shades of Bison Hide #AFA99A

Tints of Bison Hide #AFA99A

Color information

#AFA99A (or 0xAFA99A) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 9A. RGB value is (175,169,154). Sum of RGB (Red+Green+Blue) = 175+169+154=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99A is #505665. Grayscale: #A9A9A9. Windows color (decimal): -5264998 or 10135983. OLE color: 10135983.

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

Color convert

RGB175169154-
CMYK00.030.120.31
HSL42.86º11.6%64.51%-
HSV(B)42.86º12%68.63%-
XYZ37.739.8236.27-
YUV169.08119.49132.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=35.14%
G=33.94%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915400.030.120.3142.8611.664.51
HexAFA99A03C1F2bc41
Octal2572512320314375314101
Binary10101111101010011001101001111001111110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA99A; }

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

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

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

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

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

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

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

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