#AEA490

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

Shades of Bison Hide #AEA490

Tints of Bison Hide #AEA490

Color information

#AEA490 (or 0xAEA490) is unknown color: approx Bison Hide. HEX triplet: AE, A4 and 90. RGB value is (174,164,144). Sum of RGB (Red+Green+Blue) = 174+164+144=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA490 is #515B6F. Grayscale: #A4A4A4. Windows color (decimal): -5331824 or 9479342. OLE color: 9479342.

HSL color Cylindrical-coordinate representation of color #AEA490: hue angle of 40º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA490 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB174164144-
CMYK00.060.170.32
HSL40º15.63%62.35%-
HSV(B)40º17.24%68.24%-
XYZ35.7737.5631.75-
YUV164.71116.31134.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=36.10%
G=34.02%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416414400.060.170.324015.6362.35
HexAEA49006112028103e
Octal256244220062140502076
Binary10101110101001001001000001101000110000010100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA490; }

 p { color: rgb(174,164,144); }

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

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

 a { background-color: rgb(174,164,144); }

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

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

 span { border-color: rgb(174,164,144); }

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