Html Css Color HEX #AAB0AB Gum Leaf

📋 copy color: '#AAB0AB'

red 170 ◦ green 176 ◦ blue 171

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

Shades of Gum Leaf #AAB0AB

Tints of Gum Leaf #AAB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.04%

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

R = 32.88%
G = 34.04%
B = 33.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AAB0AB (or 0xAAB0AB) is known color: Gum Leaf. HEX triplet: AA, B0 and AB. RGB value is (170,176,171). Sum of RGB (Red+Green+Blue) = 170+176+171=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AB is #554F54. Grayscale: #ADADAD. Windows color (decimal): -5590869 or 11251882. OLE color: 11251882.

HSL color Cylindrical-coordinate representation of color #AAB0AB: hue angle of 130º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAB0AB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 171 -
CMYK 0.03 0 0.03 0.31
HSL 130º 0.04% 0.68% -
HSV(B) 130º 0.03% 0.69% -
XYZ 39.45 42.54 44.66 -
YUV 173.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 170 176 171 0.03 0 0.03 0.31 130 0.04 0.68
Hex AA B0 AB 3 0 3 1F 82 4 44
Octal 252 260 253 3 0 3 37 202 4 104
Binary 10101010 10110000 10101011 11 0 11 11111 10000010 100 1000100

Color Harmonies of #AAB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0AB

Black with #AAB0AB

Text Example


Text Example

White with #AAB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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