#AFA491

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

Shades of Bison Hide #AFA491

Tints of Bison Hide #AFA491

Color information

#AFA491 (or 0xAFA491) is unknown color: approx Bison Hide. HEX triplet: AF, A4 and 91. RGB value is (175,164,145). Sum of RGB (Red+Green+Blue) = 175+164+145=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA491 is #505B6E. Grayscale: #A5A5A5. Windows color (decimal): -5266287 or 9544879. OLE color: 9544879.

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

Color convert

RGB175164145-
CMYK00.060.170.31
HSL38º15.79%62.75%-
HSV(B)38º17.14%68.63%-
XYZ36.0737.7132.17-
YUV165.12116.64135.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=36.16%
G=33.88%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516414500.060.170.313815.7962.75
HexAFA49106111F26103f
Octal257244221062137462077
Binary1010111110100100100100010110100011111110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA491; }

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

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

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

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

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

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

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

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