#AFA896

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

Shades of Bison Hide #AFA896

Tints of Bison Hide #AFA896

Color information

#AFA896 (or 0xAFA896) is unknown color: approx Bison Hide. HEX triplet: AF, A8 and 96. RGB value is (175,168,150). Sum of RGB (Red+Green+Blue) = 175+168+150=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA896 is #505769. Grayscale: #A8A8A8. Windows color (decimal): -5265258 or 9873583. OLE color: 9873583.

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

Color convert

RGB175168150-
CMYK00.040.140.31
HSL43.2º13.51%63.73%-
HSV(B)43.2º14.29%68.63%-
XYZ37.1939.3234.48-
YUV168.04117.82132.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=35.50%
G=34.08%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516815000.040.140.3143.213.5163.73
HexAFA89604E1F2be40
Octal2572502260416375316100
Binary101011111010100010010110010011101111110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA896; }

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

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

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

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

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

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

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

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