#AEA58E

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

Shades of Bison Hide #AEA58E

Tints of Bison Hide #AEA58E

Color information

#AEA58E (or 0xAEA58E) is unknown color: approx Bison Hide. HEX triplet: AE, A5 and 8E. RGB value is (174,165,142). Sum of RGB (Red+Green+Blue) = 174+165+142=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA58E is #515A71. Grayscale: #A5A5A5. Windows color (decimal): -5331570 or 9348526. OLE color: 9348526.

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

Color convert

RGB174165142-
CMYK00.050.180.32
HSL43.13º16.49%61.96%-
HSV(B)43.13º18.39%68.24%-
XYZ35.7937.8631.01-
YUV165.07114.98134.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=36.17%
G=34.30%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416514200.050.180.3243.1316.4961.96
HexAEA58E0512202b103e
Octal256245216052240532076
Binary10101110101001011000111001011001010000010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA58E; }

 p { color: rgb(174,165,142); }

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

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

 a { background-color: rgb(174,165,142); }

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

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

 span { border-color: rgb(174,165,142); }

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