#AABEAB

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

Shades of Zanah #AABEAB

Tints of Zanah #AABEAB

Color information

#AABEAB (or 0xAABEAB) is unknown color: approx Zanah. HEX triplet: AA, BE and AB. RGB value is (170,190,171). Sum of RGB (Red+Green+Blue) = 170+190+171=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAB is #554154. Grayscale: #B5B5B5. Windows color (decimal): -5587285 or 11255466. OLE color: 11255466.

HSL color Cylindrical-coordinate representation of color #AABEAB: hue angle of 123º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEAB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB170190171-
CMYK0.1100.100.25
HSL123º13.33%70.59%-
HSV(B)123º10.53%74.51%-
XYZ42.3448.3145.62-
YUV181.85121.87119.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=32.02%
G=35.78%
B=32.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901710.1100.100.2512313.3370.59
HexAABEABB0A197bd47
Octal252276253130123117315107
Binary10101010101111101010101110110101011001111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEAB; }

 p { color: rgb(170,190,171); }

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

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

 a { background-color: rgb(170,190,171); }

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

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

 span { border-color: rgb(170,190,171); }

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