#A6CAA9

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

Shades of Gum Leaf #A6CAA9

Tints of Gum Leaf #A6CAA9

Color information

#A6CAA9 (or 0xA6CAA9) is unknown color: approx Gum Leaf. HEX triplet: A6, CA and A9. RGB value is (166,202,169). Sum of RGB (Red+Green+Blue) = 166+202+169=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAA9 is #593556. Grayscale: #BBBBBB. Windows color (decimal): -5846359 or 11127462. OLE color: 11127462.

HSL color Cylindrical-coordinate representation of color #A6CAA9: hue angle of 125º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAA9 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB166202169-
CMYK0.1800.160.21
HSL125º25.35%72.16%-
HSV(B)125º17.82%79.22%-
XYZ44.0153.2145.49-
YUV187.47117.57112.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=30.91%
G=37.62%
B=31.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021690.1800.160.2112525.3572.16
HexA6CAA912010157d1948
Octal246312251220202517531110
Binary10100110110010101010100110010010000101011111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAA9; }

 p { color: rgb(166,202,169); }

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

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

 a { background-color: rgb(166,202,169); }

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

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

 span { border-color: rgb(166,202,169); }

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