#A9CAB0

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

Shades of Gum Leaf #A9CAB0

Tints of Gum Leaf #A9CAB0

Color information

#A9CAB0 (or 0xA9CAB0) is unknown color: approx Gum Leaf. HEX triplet: A9, CA and B0. RGB value is (169,202,176). Sum of RGB (Red+Green+Blue) = 169+202+176=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAB0 is #56354F. Grayscale: #BDBDBD. Windows color (decimal): -5649744 or 11586217. OLE color: 11586217.

HSL color Cylindrical-coordinate representation of color #A9CAB0: hue angle of 132.73º 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 #A9CAB0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB169202176-
CMYK0.1600.130.21
HSL132.73º23.74%72.75%-
HSV(B)132.73º16.34%79.22%-
XYZ45.3253.8149.07-
YUV189.17120.57113.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=30.90%
G=36.93%
B=32.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021760.1600.130.21132.7323.7472.75
HexA9CAB0100D15851849
Octal251312260200152520530111
Binary10101001110010101011000010000011011010110000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAB0; }

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

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

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

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

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

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

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

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