#AEBAAF

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

Shades of Zanah #AEBAAF

Tints of Zanah #AEBAAF

Color information

#AEBAAF (or 0xAEBAAF) is unknown color: approx Zanah. HEX triplet: AE, BA and AF. RGB value is (174,186,175). Sum of RGB (Red+Green+Blue) = 174+186+175=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAAF is #514550. Grayscale: #B5B5B5. Windows color (decimal): -5326161 or 11516590. OLE color: 11516590.

HSL color Cylindrical-coordinate representation of color #AEBAAF: hue angle of 125º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAAF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB174186175-
CMYK0.0600.060.27
HSL125º8%70.59%-
HSV(B)125º6.45%72.94%-
XYZ42.7547.2147.42-
YUV181.16124.52122.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=32.52%
G=34.77%
B=32.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861750.0600.060.27125870.59
HexAEBAAF6061B7d847
Octal2562722576063317510107
Binary101011101011101010101111110011011011111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAAF; }

 p { color: rgb(174,186,175); }

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

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

 a { background-color: rgb(174,186,175); }

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

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

 span { border-color: rgb(174,186,175); }

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