#ACA392

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

Shades of Bison Hide #ACA392

Tints of Bison Hide #ACA392

Color information

#ACA392 (or 0xACA392) is unknown color: approx Bison Hide. HEX triplet: AC, A3 and 92. RGB value is (172,163,146). Sum of RGB (Red+Green+Blue) = 172+163+146=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA392 is #535C6D. Grayscale: #A3A3A3. Windows color (decimal): -5463150 or 9610156. OLE color: 9610156.

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

Color convert

RGB172163146-
CMYK00.050.150.33
HSL39.23º13.54%62.35%-
HSV(B)39.23º15.12%67.45%-
XYZ35.337.0432.48-
YUV163.75117.98133.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=35.76%
G=33.89%
B=30.35%

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
Decimal17216314600.050.150.3339.2313.5462.35
HexACA39205F2127e3e
Octal254243222051741471676
Binary101011001010001110010010010111111000011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA392; }

 p { color: rgb(172,163,146); }

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

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

 a { background-color: rgb(172,163,146); }

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

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

 span { border-color: rgb(172,163,146); }

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