#AEA798

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

Shades of Bison Hide #AEA798

Tints of Bison Hide #AEA798

Color information

#AEA798 (or 0xAEA798) is unknown color: approx Bison Hide. HEX triplet: AE, A7 and 98. RGB value is (174,167,152). Sum of RGB (Red+Green+Blue) = 174+167+152=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA798 is #515867. Grayscale: #A7A7A7. Windows color (decimal): -5331048 or 10004398. OLE color: 10004398.

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

Color convert

RGB174167152-
CMYK00.040.130.32
HSL40.91º11.96%63.92%-
HSV(B)40.91º12.64%68.24%-
XYZ36.9438.935.27-
YUV167.38119.32132.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=35.29%
G=33.87%
B=30.83%

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
Decimal17416715200.040.130.3240.9111.9663.92
HexAEA79804D2029c40
Octal2562472300415405114100
Binary1010111010100111100110000100110110000010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA798; }

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

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

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

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

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

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

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

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