#AFA997

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

Shades of Bison Hide #AFA997

Tints of Bison Hide #AFA997

Color information

#AFA997 (or 0xAFA997) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 97. RGB value is (175,169,151). Sum of RGB (Red+Green+Blue) = 175+169+151=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA997 is #505668. Grayscale: #A8A8A8. Windows color (decimal): -5265001 or 9939375. OLE color: 9939375.

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

Color convert

RGB175169151-
CMYK00.030.140.31
HSL45º13.04%63.92%-
HSV(B)45º13.71%68.63%-
XYZ37.4539.7234.97-
YUV168.74117.99132.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=35.35%
G=34.14%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516915100.030.140.314513.0463.92
HexAFA99703E1F2dd40
Octal2572512270316375515100
Binary10101111101010011001011101111101111110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA997; }

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

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

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

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

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

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

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

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