#A9BCAC

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

Shades of Gum Leaf #A9BCAC

Tints of Gum Leaf #A9BCAC

Color information

#A9BCAC (or 0xA9BCAC) is unknown color: approx Gum Leaf. HEX triplet: A9, BC and AC. RGB value is (169,188,172). Sum of RGB (Red+Green+Blue) = 169+188+172=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAC is #564353. Grayscale: #B4B4B4. Windows color (decimal): -5653332 or 11320489. OLE color: 11320489.

HSL color Cylindrical-coordinate representation of color #A9BCAC: hue angle of 129.47º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCAC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB169188172-
CMYK0.1000.090.26
HSL129.47º12.42%70%-
HSV(B)129.47º10.11%73.73%-
XYZ41.7947.3845.97-
YUV180.5123.21119.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=31.95%
G=35.54%
B=32.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881720.1000.090.26129.4712.4270
HexA9BCACA091A81c46
Octal251274254120113220114106
Binary101010011011110010101100101001001110101000000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCAC; }

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

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

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

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

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

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

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

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