#AEA694

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

Shades of Bison Hide #AEA694

Tints of Bison Hide #AEA694

Color information

#AEA694 (or 0xAEA694) is unknown color: approx Bison Hide. HEX triplet: AE, A6 and 94. RGB value is (174,166,148). Sum of RGB (Red+Green+Blue) = 174+166+148=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA694 is #51596B. Grayscale: #A6A6A6. Windows color (decimal): -5331308 or 9741998. OLE color: 9741998.

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

Color convert

RGB174166148-
CMYK00.050.150.32
HSL41.54º13.83%63.14%-
HSV(B)41.54º14.94%68.24%-
XYZ36.4438.4133.51-
YUV166.34117.65133.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=35.66%
G=34.02%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416614800.050.150.3241.5413.8363.14
HexAEA69405F202ae3f
Octal256246224051740521677
Binary101011101010011010010100010111111000001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA694; }

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

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

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

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

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

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

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

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