#AEA390

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

Shades of Bison Hide #AEA390

Tints of Bison Hide #AEA390

Color information

#AEA390 (or 0xAEA390) is unknown color: approx Bison Hide. HEX triplet: AE, A3 and 90. RGB value is (174,163,144). Sum of RGB (Red+Green+Blue) = 174+163+144=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA390 is #515C6F. Grayscale: #A4A4A4. Windows color (decimal): -5332080 or 9479086. OLE color: 9479086.

HSL color Cylindrical-coordinate representation of color #AEA390: hue angle of 38º 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 #AEA390 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB174163144-
CMYK00.060.170.32
HSL38º15.63%62.35%-
HSV(B)38º17.24%68.24%-
XYZ35.5937.2131.69-
YUV164.12116.64135.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=36.17%
G=33.89%
B=29.94%

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
Decimal17416314400.060.170.323815.6362.35
HexAEA39006112026103e
Octal256243220062140462076
Binary10101110101000111001000001101000110000010011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA390; }

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

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

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

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

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

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

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

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