#AAA494

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

Shades of Bison Hide #AAA494

Tints of Bison Hide #AAA494

Color information

#AAA494 (or 0xAAA494) is unknown color: approx Bison Hide. HEX triplet: AA, A4 and 94. RGB value is (170,164,148). Sum of RGB (Red+Green+Blue) = 170+164+148=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA494 is #555B6B. Grayscale: #A4A4A4. Windows color (decimal): -5593964 or 9741482. OLE color: 9741482.

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

Color convert

RGB170164148-
CMYK00.040.130.33
HSL43.64º11.46%62.35%-
HSV(B)43.64º12.94%66.67%-
XYZ35.237.2433.35-
YUV163.97118.99132.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=35.27%
G=34.02%
B=30.71%

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
Decimal17016414800.040.130.3343.6411.4662.35
HexAAA49404D212cb3e
Octal252244224041541541376
Binary101010101010010010010100010011011000011011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA494; }

 p { color: rgb(170,164,148); }

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

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

 a { background-color: rgb(170,164,148); }

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

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

 span { border-color: rgb(170,164,148); }

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