#AAB8AE

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

Shades of Gum Leaf #AAB8AE

Tints of Gum Leaf #AAB8AE

Color information

#AAB8AE (or 0xAAB8AE) is unknown color: approx Gum Leaf. HEX triplet: AA, B8 and AE. RGB value is (170,184,174). Sum of RGB (Red+Green+Blue) = 170+184+174=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8AE is #554751. Grayscale: #B2B2B2. Windows color (decimal): -5588818 or 11450538. OLE color: 11450538.

HSL color Cylindrical-coordinate representation of color #AAB8AE: hue angle of 137.14º 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 #AAB8AE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB170184174-
CMYK0.0800.050.28
HSL137.14º8.97%69.41%-
HSV(B)137.14º7.61%72.16%-
XYZ41.3645.8846.72-
YUV178.67125.36121.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=32.20%
G=34.85%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841740.0800.050.28137.148.9769.41
HexAAB8AE8051C89945
Octal25227025610053421111105
Binary10101010101110001010111010000101111001000100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8AE; }

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

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

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

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

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

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

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

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