#AEA695

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

Shades of Bison Hide #AEA695

Tints of Bison Hide #AEA695

Color information

#AEA695 (or 0xAEA695) is unknown color: approx Bison Hide. HEX triplet: AE, A6 and 95. RGB value is (174,166,149). Sum of RGB (Red+Green+Blue) = 174+166+149=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA695 is #51596A. Grayscale: #A6A6A6. Windows color (decimal): -5331307 or 9807534. OLE color: 9807534.

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

Color convert

RGB174166149-
CMYK00.050.140.32
HSL40.8º13.37%63.33%-
HSV(B)40.8º14.37%68.24%-
XYZ36.5238.4433.93-
YUV166.45118.15133.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=35.58%
G=33.95%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416614900.050.140.3240.813.3763.33
HexAEA69505E2029d3f
Octal256246225051640511577
Binary101011101010011010010101010111101000001010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA695; }

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

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

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

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

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

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

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

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