#ACA590

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

Shades of Bison Hide #ACA590

Tints of Bison Hide #ACA590

Color information

#ACA590 (or 0xACA590) is unknown color: approx Bison Hide. HEX triplet: AC, A5 and 90. RGB value is (172,165,144). Sum of RGB (Red+Green+Blue) = 172+165+144=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA590 is #535A6F. Grayscale: #A4A4A4. Windows color (decimal): -5462640 or 9479596. OLE color: 9479596.

HSL color Cylindrical-coordinate representation of color #ACA590: hue angle of 45º 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 #ACA590 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172165144-
CMYK00.040.160.33
HSL45º14.43%61.96%-
HSV(B)45º16.28%67.45%-
XYZ35.537.6931.79-
YUV164.7116.32133.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=35.76%
G=34.30%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216514400.040.160.334514.4361.96
HexACA5900410212de3e
Octal254245220042041551676
Binary1010110010100101100100000100100001000011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA590; }

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

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

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

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

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

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

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

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