Html Css Color HEX #AABDAB Zanah

📋 copy color: '#AABDAB'

red 170 ◦ green 189 ◦ blue 171

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

Shades of Zanah #AABDAB

Tints of Zanah #AABDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

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

R = 32.08%
G = 35.66%
B = 32.26%

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

#AABDAB (or 0xAABDAB) is known color: Zanah. HEX triplet: AA, BD and AB. RGB value is (170,189,171). Sum of RGB (Red+Green+Blue) = 170+189+171=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAB is #554254. Grayscale: #B5B5B5. Windows color (decimal): -5587541 or 11255210. OLE color: 11255210.

HSL color Cylindrical-coordinate representation of color #AABDAB: hue angle of 123.16º degrees, saturation: 0.13, 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 #AABDAB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 171 -
CMYK 0.10 0 0.10 0.26
HSL 123.16º 0.13% 0.7% -
HSV(B) 123.16º 0.1% 0.74% -
XYZ 42.13 47.88 45.55 -
YUV 181.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 170 189 171 0.10 0 0.10 0.26 123.16 0.13 0.7
Hex AA BD AB A 0 A 1A 7B D 46
Octal 252 275 253 12 0 12 32 173 15 106
Binary 10101010 10111101 10101011 1010 0 1010 11010 1111011 1101 1000110

Color Harmonies of #AABDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDAB

Black with #AABDAB

Text Example


Text Example

White with #AABDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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