#AFA996

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

Shades of Bison Hide #AFA996

Tints of Bison Hide #AFA996

Color information

#AFA996 (or 0xAFA996) is unknown color: approx Bison Hide. HEX triplet: AF, A9 and 96. RGB value is (175,169,150). Sum of RGB (Red+Green+Blue) = 175+169+150=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA996 is #505669. Grayscale: #A8A8A8. Windows color (decimal): -5265002 or 9873839. OLE color: 9873839.

HSL color Cylindrical-coordinate representation of color #AFA996: hue angle of 45.6º degrees, saturation: 0.14, 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 #AFA996 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175169150-
CMYK00.030.140.31
HSL45.6º13.51%63.73%-
HSV(B)45.6º14.29%68.63%-
XYZ37.3739.6934.55-
YUV168.63117.49132.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=35.43%
G=34.21%
B=30.36%

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
Decimal17516915000.030.140.3145.613.5163.73
HexAFA99603E1F2ee40
Octal2572512260316375616100
Binary10101111101010011001011001111101111110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA996; }

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

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

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

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

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

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

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

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