#AEA38E

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

Shades of Bison Hide #AEA38E

Tints of Bison Hide #AEA38E

Color information

#AEA38E (or 0xAEA38E) is unknown color: approx Bison Hide. HEX triplet: AE, A3 and 8E. RGB value is (174,163,142). Sum of RGB (Red+Green+Blue) = 174+163+142=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA38E is #515C71. Grayscale: #A3A3A3. Windows color (decimal): -5332082 or 9348014. OLE color: 9348014.

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

Color convert

RGB174163142-
CMYK00.060.180.32
HSL39.38º16.49%61.96%-
HSV(B)39.38º18.39%68.24%-
XYZ35.4437.1530.89-
YUV163.9115.64135.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=36.33%
G=34.03%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416314200.060.180.3239.3816.4961.96
HexAEA38E06122027103e
Octal256243216062240472076
Binary10101110101000111000111001101001010000010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA38E; }

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

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

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

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

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

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

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

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