#A9CAB6

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

Shades of Gum Leaf #A9CAB6

Tints of Gum Leaf #A9CAB6

Color information

#A9CAB6 (or 0xA9CAB6) is unknown color: approx Gum Leaf. HEX triplet: A9, CA and B6. RGB value is (169,202,182). Sum of RGB (Red+Green+Blue) = 169+202+182=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAB6 is #563549. Grayscale: #BDBDBD. Windows color (decimal): -5649738 or 11979433. OLE color: 11979433.

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

Color convert

RGB169202182-
CMYK0.1600.100.21
HSL143.64º23.74%72.75%-
HSV(B)143.64º16.34%79.22%-
XYZ45.9354.0552.27-
YUV189.85123.57113.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=30.56%
G=36.53%
B=32.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021820.1600.100.21143.6423.7472.75
HexA9CAB6100A15901849
Octal251312266200122522030111
Binary10101001110010101011011010000010101010110010000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAB6; }

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

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

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

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

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

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

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

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