#A9CAAB

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

Shades of Gum Leaf #A9CAAB

Tints of Gum Leaf #A9CAAB

Color information

#A9CAAB (or 0xA9CAAB) is unknown color: approx Gum Leaf. HEX triplet: A9, CA and AB. RGB value is (169,202,171). Sum of RGB (Red+Green+Blue) = 169+202+171=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAAB is #563554. Grayscale: #BCBCBC. Windows color (decimal): -5649749 or 11258537. OLE color: 11258537.

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

Color convert

RGB169202171-
CMYK0.1600.150.21
HSL123.64º23.74%72.75%-
HSV(B)123.64º16.34%79.22%-
XYZ44.8353.6246.51-
YUV188.6118.07114.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=31.18%
G=37.27%
B=31.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021710.1600.150.21123.6423.7472.75
HexA9CAAB100F157c1849
Octal251312253200172517430111
Binary1010100111001010101010111000001111101011111100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAAB; }

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

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

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

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

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

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

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

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