#AEA696

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

Shades of Bison Hide #AEA696

Tints of Bison Hide #AEA696

Color information

#AEA696 (or 0xAEA696) is unknown color: approx Bison Hide. HEX triplet: AE, A6 and 96. RGB value is (174,166,150). Sum of RGB (Red+Green+Blue) = 174+166+150=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA696 is #515969. Grayscale: #A6A6A6. Windows color (decimal): -5331306 or 9873070. OLE color: 9873070.

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

Color convert

RGB174166150-
CMYK00.050.140.32
HSL40º12.9%63.53%-
HSV(B)40º13.79%68.24%-
XYZ36.638.4734.35-
YUV166.57118.65133.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=35.51%
G=33.88%
B=30.61%

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
Decimal17416615000.050.140.324012.963.53
HexAEA69605E2028d40
Octal2562462260516405015100
Binary1010111010100110100101100101111010000010100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA696; }

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

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

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

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

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

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

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

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