#ACA594

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

Shades of Bison Hide #ACA594

Tints of Bison Hide #ACA594

Color information

#ACA594 (or 0xACA594) is unknown color: approx Bison Hide. HEX triplet: AC, A5 and 94. RGB value is (172,165,148). Sum of RGB (Red+Green+Blue) = 172+165+148=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA594 is #535A6B. Grayscale: #A5A5A5. Windows color (decimal): -5462636 or 9741740. OLE color: 9741740.

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

Color convert

RGB172165148-
CMYK00.040.140.33
HSL42.5º12.63%62.75%-
HSV(B)42.5º13.95%67.45%-
XYZ35.8137.8233.43-
YUV165.15118.32132.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=35.46%
G=34.02%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216514800.040.140.3342.512.6362.75
HexACA59404E212bd3f
Octal254245224041641531577
Binary101011001010010110010100010011101000011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA594; }

 p { color: rgb(172,165,148); }

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

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

 a { background-color: rgb(172,165,148); }

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

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

 span { border-color: rgb(172,165,148); }

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