#AEA690

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

Shades of Bison Hide #AEA690

Tints of Bison Hide #AEA690

Color information

#AEA690 (or 0xAEA690) is unknown color: approx Bison Hide. HEX triplet: AE, A6 and 90. RGB value is (174,166,144). Sum of RGB (Red+Green+Blue) = 174+166+144=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA690 is #51596F. Grayscale: #A5A5A5. Windows color (decimal): -5331312 or 9479854. OLE color: 9479854.

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

Color convert

RGB174166144-
CMYK00.050.170.32
HSL44º15.63%62.35%-
HSV(B)44º17.24%68.24%-
XYZ36.1338.2831.87-
YUV165.88115.65133.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=35.95%
G=34.30%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416614400.050.170.324415.6362.35
HexAEA6900511202c103e
Octal256246220052140542076
Binary10101110101001101001000001011000110000010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA690; }

 p { color: rgb(174,166,144); }

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

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

 a { background-color: rgb(174,166,144); }

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

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

 span { border-color: rgb(174,166,144); }

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