#AEA492

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

Shades of Bison Hide #AEA492

Tints of Bison Hide #AEA492

Color information

#AEA492 (or 0xAEA492) is unknown color: approx Bison Hide. HEX triplet: AE, A4 and 92. RGB value is (174,164,146). Sum of RGB (Red+Green+Blue) = 174+164+146=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA492 is #515B6D. Grayscale: #A5A5A5. Windows color (decimal): -5331822 or 9610414. OLE color: 9610414.

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

Color convert

RGB174164146-
CMYK00.060.160.32
HSL38.57º14.74%62.75%-
HSV(B)38.57º16.09%68.24%-
XYZ35.9237.6232.56-
YUV164.94117.31134.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=35.95%
G=33.88%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416414600.060.160.3238.5714.7462.75
HexAEA49206102027f3f
Octal256244222062040471777
Binary1010111010100100100100100110100001000001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA492; }

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

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

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

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

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

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

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

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