#ACA493

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

Shades of Bison Hide #ACA493

Tints of Bison Hide #ACA493

Color information

#ACA493 (or 0xACA493) is unknown color: approx Bison Hide. HEX triplet: AC, A4 and 93. RGB value is (172,164,147). Sum of RGB (Red+Green+Blue) = 172+164+147=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA493 is #535B6C. Grayscale: #A4A4A4. Windows color (decimal): -5462893 or 9675948. OLE color: 9675948.

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

Color convert

RGB172164147-
CMYK00.050.150.33
HSL40.8º13.09%62.55%-
HSV(B)40.8º14.53%67.45%-
XYZ35.5637.4332.95-
YUV164.45118.15133.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=35.61%
G=33.95%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216414700.050.150.3340.813.0962.55
HexACA49305F2129d3f
Octal254244223051741511577
Binary101011001010010010010011010111111000011010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA493; }

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

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

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

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

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

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

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

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