#AAA390

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

Shades of Bison Hide #AAA390

Tints of Bison Hide #AAA390

Color information

#AAA390 (or 0xAAA390) is unknown color: approx Bison Hide. HEX triplet: AA, A3 and 90. RGB value is (170,163,144). Sum of RGB (Red+Green+Blue) = 170+163+144=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA390 is #555C6F. Grayscale: #A3A3A3. Windows color (decimal): -5594224 or 9479082. OLE color: 9479082.

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

Color convert

RGB170163144-
CMYK00.040.150.33
HSL43.85º13.27%61.57%-
HSV(B)43.85º15.29%66.67%-
XYZ34.7136.7531.65-
YUV162.93117.32133.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=35.64%
G=34.17%
B=30.19%

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
Decimal17016314400.040.150.3343.8513.2761.57
HexAAA39004F212cd3e
Octal252243220041741541576
Binary101010101010001110010000010011111000011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA390; }

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

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

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

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

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

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

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

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