#AEA594

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

Shades of Bison Hide #AEA594

Tints of Bison Hide #AEA594

Color information

#AEA594 (or 0xAEA594) is unknown color: approx Bison Hide. HEX triplet: AE, A5 and 94. RGB value is (174,165,148). Sum of RGB (Red+Green+Blue) = 174+165+148=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA594 is #515A6B. Grayscale: #A5A5A5. Windows color (decimal): -5331564 or 9741742. OLE color: 9741742.

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

Color convert

RGB174165148-
CMYK00.050.150.32
HSL39.23º13.83%63.14%-
HSV(B)39.23º14.94%68.24%-
XYZ36.2638.0533.45-
YUV165.75117.98133.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=35.73%
G=33.88%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416514800.050.150.3239.2313.8363.14
HexAEA59405F2027e3f
Octal256245224051740471677
Binary101011101010010110010100010111111000001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA594; }

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

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

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

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

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

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

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

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