Html Css Color HEX #AAB1AB Gum Leaf

📋 copy color: '#AAB1AB'

red 170 ◦ green 177 ◦ blue 171

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

Shades of Gum Leaf #AAB1AB

Tints of Gum Leaf #AAB1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

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

R = 32.82%
G = 34.17%
B = 33.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AAB1AB (or 0xAAB1AB) is known color: Gum Leaf. HEX triplet: AA, B1 and AB. RGB value is (170,177,171). Sum of RGB (Red+Green+Blue) = 170+177+171=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AB is #554E54. Grayscale: #AEAEAE. Windows color (decimal): -5590613 or 11252138. OLE color: 11252138.

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

Color convert

RGB 170 177 171 -
CMYK 0.04 0 0.03 0.31
HSL 128.57º 0.04% 0.68% -
HSV(B) 128.57º 0.04% 0.69% -
XYZ 39.65 42.93 44.72 -
YUV 174.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 170 177 171 0.04 0 0.03 0.31 128.57 0.04 0.68
Hex AA B1 AB 4 0 3 1F 81 4 44
Octal 252 261 253 4 0 3 37 201 4 104
Binary 10101010 10110001 10101011 100 0 11 11111 10000001 100 1000100

Color Harmonies of #AAB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1AB

Black with #AAB1AB

Text Example


Text Example

White with #AAB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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