#AAA493

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

Shades of Bison Hide #AAA493

Tints of Bison Hide #AAA493

Color information

#AAA493 (or 0xAAA493) is unknown color: approx Bison Hide. HEX triplet: AA, A4 and 93. RGB value is (170,164,147). Sum of RGB (Red+Green+Blue) = 170+164+147=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA493 is #555B6C. Grayscale: #A3A3A3. Windows color (decimal): -5593965 or 9675946. OLE color: 9675946.

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

Color convert

RGB170164147-
CMYK00.040.140.33
HSL44.35º11.92%62.16%-
HSV(B)44.35º13.53%66.67%-
XYZ35.1237.232.93-
YUV163.86118.49132.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=35.34%
G=34.10%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016414700.040.140.3344.3511.9262.16
HexAAA49304E212cc3e
Octal252244223041641541476
Binary101010101010010010010011010011101000011011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA493; }

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

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

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

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

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

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

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

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