#AAC8AF

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

Shades of Gum Leaf #AAC8AF

Tints of Gum Leaf #AAC8AF

Color information

#AAC8AF (or 0xAAC8AF) is unknown color: approx Gum Leaf. HEX triplet: AA, C8 and AF. RGB value is (170,200,175). Sum of RGB (Red+Green+Blue) = 170+200+175=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8AF is #553750. Grayscale: #BCBCBC. Windows color (decimal): -5584721 or 11520170. OLE color: 11520170.

HSL color Cylindrical-coordinate representation of color #AAC8AF: hue angle of 130º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8AF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB170200175-
CMYK0.1500.120.22
HSL130º21.43%72.55%-
HSV(B)130º15%78.43%-
XYZ44.9752.9548.41-
YUV188.18120.56115.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=31.19%
G=36.70%
B=32.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001750.1500.120.2213021.4372.55
HexAAC8AFF0C16821549
Octal252310257170142620225111
Binary1010101011001000101011111111011001011010000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8AF; }

 p { color: rgb(170,200,175); }

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

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

 a { background-color: rgb(170,200,175); }

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

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

 span { border-color: rgb(170,200,175); }

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