#ACA491

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

Shades of Bison Hide #ACA491

Tints of Bison Hide #ACA491

Color information

#ACA491 (or 0xACA491) is unknown color: approx Bison Hide. HEX triplet: AC, A4 and 91. RGB value is (172,164,145). Sum of RGB (Red+Green+Blue) = 172+164+145=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA491 is #535B6E. Grayscale: #A4A4A4. Windows color (decimal): -5462895 or 9544876. OLE color: 9544876.

HSL color Cylindrical-coordinate representation of color #ACA491: hue angle of 42.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA491 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172164145-
CMYK00.050.160.33
HSL42.22º13.99%62.16%-
HSV(B)42.22º15.7%67.45%-
XYZ35.437.3732.13-
YUV164.23117.15133.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=35.76%
G=34.10%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216414500.050.160.3342.2213.9962.16
HexACA4910510212ae3e
Octal254244221052041521676
Binary1010110010100100100100010101100001000011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA491; }

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

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

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

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

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

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

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

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