#AEA493

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

Shades of Bison Hide #AEA493

Tints of Bison Hide #AEA493

Color information

#AEA493 (or 0xAEA493) is unknown color: approx Bison Hide. HEX triplet: AE, A4 and 93. RGB value is (174,164,147). Sum of RGB (Red+Green+Blue) = 174+164+147=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA493 is #515B6C. Grayscale: #A5A5A5. Windows color (decimal): -5331821 or 9675950. OLE color: 9675950.

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

Color convert

RGB174164147-
CMYK00.060.160.32
HSL37.78º14.29%62.94%-
HSV(B)37.78º15.52%68.24%-
XYZ3637.6632.97-
YUV165.05117.81134.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=35.88%
G=33.81%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416414700.060.160.3237.7814.2962.94
HexAEA49306102026e3f
Octal256244223062040461677
Binary1010111010100100100100110110100001000001001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA493; }

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

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

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

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

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

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

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

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