#AAB8AD

Color #AAB8AD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AAB8AD

Tints of Gum Leaf #AAB8AD

Color information

#AAB8AD (or 0xAAB8AD) is unknown color: approx Gum Leaf. HEX triplet: AA, B8 and AD. RGB value is (170,184,173). Sum of RGB (Red+Green+Blue) = 170+184+173=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8AD is #554752. Grayscale: #B2B2B2. Windows color (decimal): -5588819 or 11385002. OLE color: 11385002.

HSL color Cylindrical-coordinate representation of color #AAB8AD: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB8AD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB170184173-
CMYK0.0800.060.28
HSL132.86º8.97%69.41%-
HSV(B)132.86º7.61%72.16%-
XYZ41.2645.8446.21-
YUV178.56124.86121.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=32.26%
G=34.91%
B=32.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841730.0800.060.28132.868.9769.41
HexAAB8AD8061C85945
Octal25227025510063420511105
Binary10101010101110001010110110000110111001000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8AD; }

 p { color: rgb(170,184,173); }

 H1.HeaderClassName
 {
   color: #AAB8AD;
 }
 .AnyTagClassName
 {
   color: #AAB8AD;
 }
</style>
background-color css

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

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

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

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

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

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