#ACA596

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

Shades of Bison Hide #ACA596

Tints of Bison Hide #ACA596

Color information

#ACA596 (or 0xACA596) is unknown color: approx Bison Hide. HEX triplet: AC, A5 and 96. RGB value is (172,165,150). Sum of RGB (Red+Green+Blue) = 172+165+150=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA596 is #535A69. Grayscale: #A5A5A5. Windows color (decimal): -5462634 or 9872812. OLE color: 9872812.

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

Color convert

RGB172165150-
CMYK00.040.130.33
HSL40.91º11.7%63.14%-
HSV(B)40.91º12.79%67.45%-
XYZ35.9737.8834.27-
YUV165.38119.32132.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=35.32%
G=33.88%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216515000.040.130.3340.9111.763.14
HexACA59604D2129c3f
Octal254245226041541511477
Binary101011001010010110010110010011011000011010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA596; }

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

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

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

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

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

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

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

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