Html Css Color HEX #AABBAB Zanah

📋 copy color: '#AABBAB'

red 170 ◦ green 187 ◦ blue 171

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

Shades of Zanah #AABBAB

Tints of Zanah #AABBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.42%

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 32.2%
G = 35.42%
B = 32.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#AABBAB (or 0xAABBAB) is known color: Zanah. HEX triplet: AA, BB and AB. RGB value is (170,187,171). Sum of RGB (Red+Green+Blue) = 170+187+171=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAB is #554454. Grayscale: #B4B4B4. Windows color (decimal): -5588053 or 11254698. OLE color: 11254698.

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

Color convert

RGB 170 187 171 -
CMYK 0.09 0 0.09 0.27
HSL 123.53º 0.11% 0.7% -
HSV(B) 123.53º 0.09% 0.73% -
XYZ 41.7 47.03 45.41 -
YUV 180.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 170 187 171 0.09 0 0.09 0.27 123.53 0.11 0.7
Hex AA BB AB 9 0 9 1B 7C B 46
Octal 252 273 253 11 0 11 33 174 13 106
Binary 10101010 10111011 10101011 1001 0 1001 11011 1111100 1011 1000110

Color Harmonies of #AABBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBAB

Black with #AABBAB

Text Example


Text Example

White with #AABBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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