#ACA492

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

Shades of Bison Hide #ACA492

Tints of Bison Hide #ACA492

Color information

#ACA492 (or 0xACA492) is unknown color: approx Bison Hide. HEX triplet: AC, A4 and 92. RGB value is (172,164,146). Sum of RGB (Red+Green+Blue) = 172+164+146=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA492 is #535B6D. Grayscale: #A4A4A4. Windows color (decimal): -5462894 or 9610412. OLE color: 9610412.

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

Color convert

RGB172164146-
CMYK00.050.150.33
HSL41.54º13.54%62.35%-
HSV(B)41.54º15.12%67.45%-
XYZ35.4837.432.54-
YUV164.34117.65133.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=35.68%
G=34.02%
B=30.29%

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
Decimal17216414600.050.150.3341.5413.5462.35
HexACA49205F212ae3e
Octal254244222051741521676
Binary101011001010010010010010010111111000011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA492; }

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

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

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

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

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

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

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

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