#AFA691

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

Shades of Bison Hide #AFA691

Tints of Bison Hide #AFA691

Color information

#AFA691 (or 0xAFA691) is unknown color: approx Bison Hide. HEX triplet: AF, A6 and 91. RGB value is (175,166,145). Sum of RGB (Red+Green+Blue) = 175+166+145=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA691 is #50596E. Grayscale: #A6A6A6. Windows color (decimal): -5265775 or 9545391. OLE color: 9545391.

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

Color convert

RGB175166145-
CMYK00.050.170.31
HSL42º15.79%62.75%-
HSV(B)42º17.14%68.63%-
XYZ36.4338.4332.29-
YUV166.3115.98134.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=36.01%
G=34.16%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516614500.050.170.314215.7962.75
HexAFA69105111F2a103f
Octal257246221052137522077
Binary1010111110100110100100010101100011111110101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA691; }

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

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

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

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

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

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

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

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