#A9C6AC

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

Shades of Gum Leaf #A9C6AC

Tints of Gum Leaf #A9C6AC

Color information

#A9C6AC (or 0xA9C6AC) is unknown color: approx Gum Leaf. HEX triplet: A9, C6 and AC. RGB value is (169,198,172). Sum of RGB (Red+Green+Blue) = 169+198+172=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C6AC is #563953. Grayscale: #BABABA. Windows color (decimal): -5650772 or 11323049. OLE color: 11323049.

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

Color convert

RGB169198172-
CMYK0.1500.130.22
HSL126.21º20.28%71.96%-
HSV(B)126.21º14.65%77.65%-
XYZ4451.846.71-
YUV186.36119.89115.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=31.35%
G=36.73%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981720.1500.130.22126.2120.2871.96
HexA9C6ACF0D167e1448
Octal251306254170152617624110
Binary101010011100011010101100111101101101101111110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C6AC; }

 p { color: rgb(169,198,172); }

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

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

 a { background-color: rgb(169,198,172); }

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

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

 span { border-color: rgb(169,198,172); }

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