#AEA790

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

Shades of Bison Hide #AEA790

Tints of Bison Hide #AEA790

Color information

#AEA790 (or 0xAEA790) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 90. RGB value is (174,167,144). Sum of RGB (Red+Green+Blue) = 174+167+144=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA790 is #51586F. Grayscale: #A6A6A6. Windows color (decimal): -5331056 or 9480110. OLE color: 9480110.

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

Color convert

RGB174167144-
CMYK00.040.170.32
HSL46º15.63%62.35%-
HSV(B)46º17.24%68.24%-
XYZ36.3138.6531.93-
YUV166.47115.32133.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=35.88%
G=34.43%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416714400.040.170.324615.6362.35
HexAEA7900411202e103e
Octal256247220042140562076
Binary10101110101001111001000001001000110000010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA790; }

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

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

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

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

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

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

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

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