#AAA391

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

Shades of Bison Hide #AAA391

Tints of Bison Hide #AAA391

Color information

#AAA391 (or 0xAAA391) is unknown color: approx Bison Hide. HEX triplet: AA, A3 and 91. RGB value is (170,163,145). Sum of RGB (Red+Green+Blue) = 170+163+145=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA391 is #555C6E. Grayscale: #A3A3A3. Windows color (decimal): -5594223 or 9544618. OLE color: 9544618.

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

Color convert

RGB170163145-
CMYK00.040.150.33
HSL43.2º12.82%61.76%-
HSV(B)43.2º14.71%66.67%-
XYZ34.7936.7832.05-
YUV163.04117.82132.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=35.56%
G=34.10%
B=30.33%

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
Decimal17016314500.040.150.3343.212.8261.76
HexAAA39104F212bd3e
Octal252243221041741531576
Binary101010101010001110010001010011111000011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA391; }

 p { color: rgb(170,163,145); }

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

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

 a { background-color: rgb(170,163,145); }

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

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

 span { border-color: rgb(170,163,145); }

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