#ACA593

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

Shades of Bison Hide #ACA593

Tints of Bison Hide #ACA593

Color information

#ACA593 (or 0xACA593) is unknown color: approx Bison Hide. HEX triplet: AC, A5 and 93. RGB value is (172,165,147). Sum of RGB (Red+Green+Blue) = 172+165+147=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA593 is #535A6C. Grayscale: #A5A5A5. Windows color (decimal): -5462637 or 9676204. OLE color: 9676204.

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

Color convert

RGB172165147-
CMYK00.040.150.33
HSL43.2º13.09%62.55%-
HSV(B)43.2º14.53%67.45%-
XYZ35.7337.7933.01-
YUV165.04117.82132.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=35.54%
G=34.09%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216514700.040.150.3343.213.0962.55
HexACA59304F212bd3f
Octal254245223041741531577
Binary101011001010010110010011010011111000011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA593; }

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

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

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

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

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

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

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

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