Html Css Color HEX #AABCAA Zanah

📋 copy color: '#AABCAA'

red 170 ◦ green 188 ◦ blue 170

#AABCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #AABCAA

Tints of Zanah #AABCAA

RGB

 RED value IS 170 (66.8% from 255) = 32.2%

 GREEN value IS 188 (73.83% from 255) = 35.61%

 BLUE value IS 170 (66.8% from 255) = 32.2%

R = 32.2%
G = 35.61%
B = 32.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#AABCAA (or 0xAABCAA) is known color: Zanah. HEX triplet: AA, BC and AA. RGB value is (170,188,170). Sum of RGB (Red+Green+Blue) = 170+188+170=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCAA is #554355. Grayscale: #B4B4B4. Windows color (decimal): -5587798 or 11189418. OLE color: 11189418.

HSL color Cylindrical-coordinate representation of color #AABCAA: hue angle of 120º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCAA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 170 -
CMYK 0.10 0 0.10 0.26
HSL 120º 0.12% 0.7% -
HSV(B) 120º 0.1% 0.74% -
XYZ 41.82 47.41 44.98 -
YUV 180.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 170 188 170 0.10 0 0.10 0.26 120 0.12 0.7
Hex AA BC AA A 0 A 1A 78 C 46
Octal 252 274 252 12 0 12 32 170 14 106
Binary 10101010 10111100 10101010 1010 0 1010 11010 1111000 1100 1000110

Color Harmonies of #AABCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCAA

Black with #AABCAA

Text Example


Text Example

White with #AABCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCAA; }

 p { color: rgb(170,188,170); }

 H1.HeaderClassName
 {
   color: #AABCAA;
 }
 .AnyTagClassName
 {
   color: #AABCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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