#AEA48E

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

Shades of Bison Hide #AEA48E

Tints of Bison Hide #AEA48E

Color information

#AEA48E (or 0xAEA48E) is unknown color: approx Bison Hide. HEX triplet: AE, A4 and 8E. RGB value is (174,164,142). Sum of RGB (Red+Green+Blue) = 174+164+142=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA48E is #515B71. Grayscale: #A4A4A4. Windows color (decimal): -5331826 or 9348270. OLE color: 9348270.

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

Color convert

RGB174164142-
CMYK00.060.180.32
HSL41.25º16.49%61.96%-
HSV(B)41.25º18.39%68.24%-
XYZ35.6137.530.95-
YUV164.48115.31134.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=36.25%
G=34.17%
B=29.58%

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
Decimal17416414200.060.180.3241.2516.4961.96
HexAEA48E06122029103e
Octal256244216062240512076
Binary10101110101001001000111001101001010000010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA48E; }

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

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

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

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

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

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

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

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