#AEBAAE

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

Shades of Zanah #AEBAAE

Tints of Zanah #AEBAAE

Color information

#AEBAAE (or 0xAEBAAE) is unknown color: approx Zanah. HEX triplet: AE, BA and AE. RGB value is (174,186,174). Sum of RGB (Red+Green+Blue) = 174+186+174=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAAE is #514551. Grayscale: #B5B5B5. Windows color (decimal): -5326162 or 11451054. OLE color: 11451054.

HSL color Cylindrical-coordinate representation of color #AEBAAE: hue angle of 120º 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 #AEBAAE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB174186174-
CMYK0.0600.060.27
HSL120º8%70.59%-
HSV(B)120º6.45%72.94%-
XYZ42.6547.1746.9-
YUV181.04124.02122.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=32.58%
G=34.83%
B=32.58%

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
Decimal1741861740.0600.060.27120870.59
HexAEBAAE6061B78847
Octal2562722566063317010107
Binary101011101011101010101110110011011011111100010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAAE; }

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

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

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

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

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

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

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

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