#A9CCAF

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

Shades of Gum Leaf #A9CCAF

Tints of Gum Leaf #A9CCAF

Color information

#A9CCAF (or 0xA9CCAF) is unknown color: approx Gum Leaf. HEX triplet: A9, CC and AF. RGB value is (169,204,175). Sum of RGB (Red+Green+Blue) = 169+204+175=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CCAF is #563350. Grayscale: #BEBEBE. Windows color (decimal): -5649233 or 11521193. OLE color: 11521193.

HSL color Cylindrical-coordinate representation of color #A9CCAF: hue angle of 130.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCAF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB169204175-
CMYK0.1700.140.2
HSL130.29º25.55%73.14%-
HSV(B)130.29º17.16%80%-
XYZ45.6954.7248.71-
YUV190.23119.4112.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.84%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=30.84%
G=37.23%
B=31.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041750.1700.140.2130.2925.5573.14
HexA9CCAF110E14821a49
Octal251314257210162420232111
Binary10101001110011001010111110001011101010010000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCAF; }

 p { color: rgb(169,204,175); }

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

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

 a { background-color: rgb(169,204,175); }

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

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

 span { border-color: rgb(169,204,175); }

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