#AEA797

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

Shades of Bison Hide #AEA797

Tints of Bison Hide #AEA797

Color information

#AEA797 (or 0xAEA797) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 97. RGB value is (174,167,151). Sum of RGB (Red+Green+Blue) = 174+167+151=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA797 is #515868. Grayscale: #A7A7A7. Windows color (decimal): -5331049 or 9938862. OLE color: 9938862.

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

Color convert

RGB174167151-
CMYK00.040.130.32
HSL41.74º12.43%63.73%-
HSV(B)41.74º13.22%68.24%-
XYZ36.8638.8734.84-
YUV167.27118.82132.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=35.37%
G=33.94%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416715100.040.130.3241.7412.4363.73
HexAEA79704D202ac40
Octal2562472270415405214100
Binary1010111010100111100101110100110110000010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA797; }

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

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

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

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

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

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

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

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