#AEA899

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

Shades of Bison Hide #AEA899

Tints of Bison Hide #AEA899

Color information

#AEA899 (or 0xAEA899) is unknown color: approx Bison Hide. HEX triplet: AE, A8 and 99. RGB value is (174,168,153). Sum of RGB (Red+Green+Blue) = 174+168+153=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA899 is #515766. Grayscale: #A8A8A8. Windows color (decimal): -5330791 or 10070190. OLE color: 10070190.

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

Color convert

RGB174168153-
CMYK00.030.120.32
HSL42.86º11.48%64.12%-
HSV(B)42.86º12.07%68.24%-
XYZ37.2139.335.76-
YUV168.08119.49132.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=35.15%
G=33.94%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416815300.030.120.3242.8611.4864.12
HexAEA89903C202bb40
Octal2562502310314405313100
Binary101011101010100010011001011110010000010101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA899; }

 p { color: rgb(174,168,153); }

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

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

 a { background-color: rgb(174,168,153); }

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

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

 span { border-color: rgb(174,168,153); }

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