#AEA895

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

Shades of Bison Hide #AEA895

Tints of Bison Hide #AEA895

Color information

#AEA895 (or 0xAEA895) is unknown color: approx Bison Hide. HEX triplet: AE, A8 and 95. RGB value is (174,168,149). Sum of RGB (Red+Green+Blue) = 174+168+149=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA895 is #51576A. Grayscale: #A7A7A7. Windows color (decimal): -5330795 or 9808046. OLE color: 9808046.

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

Color convert

RGB174168149-
CMYK00.030.140.32
HSL45.6º13.37%63.33%-
HSV(B)45.6º14.37%68.24%-
XYZ36.8839.1734.05-
YUV167.63117.49132.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=35.44%
G=34.22%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416814900.030.140.3245.613.3763.33
HexAEA89503E202ed3f
Octal256250225031640561577
Binary10101110101010001001010101111101000001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA895; }

 p { color: rgb(174,168,149); }

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

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

 a { background-color: rgb(174,168,149); }

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

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

 span { border-color: rgb(174,168,149); }

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