#AFA891

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

Shades of Bison Hide #AFA891

Tints of Bison Hide #AFA891

Color information

#AFA891 (or 0xAFA891) is unknown color: approx Bison Hide. HEX triplet: AF, A8 and 91. RGB value is (175,168,145). Sum of RGB (Red+Green+Blue) = 175+168+145=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA891 is #50576E. Grayscale: #A7A7A7. Windows color (decimal): -5265263 or 9545903. OLE color: 9545903.

HSL color Cylindrical-coordinate representation of color #AFA891: hue angle of 46º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA891 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175168145-
CMYK00.040.170.31
HSL46º15.79%62.75%-
HSV(B)46º17.14%68.63%-
XYZ36.7939.1632.41-
YUV167.47115.32133.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=35.86%
G=34.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516814500.040.170.314615.7962.75
HexAFA89104111F2e103f
Octal257250221042137562077
Binary1010111110101000100100010100100011111110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA891; }

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

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

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

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

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

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

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

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