#A9C0AE

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

Shades of Gum Leaf #A9C0AE

Tints of Gum Leaf #A9C0AE

Color information

#A9C0AE (or 0xA9C0AE) is unknown color: approx Gum Leaf. HEX triplet: A9, C0 and AE. RGB value is (169,192,174). Sum of RGB (Red+Green+Blue) = 169+192+174=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0AE is #563F51. Grayscale: #B7B7B7. Windows color (decimal): -5652306 or 11452585. OLE color: 11452585.

HSL color Cylindrical-coordinate representation of color #A9C0AE: hue angle of 133.04º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C0AE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB169192174-
CMYK0.1200.090.25
HSL133.04º15.44%70.78%-
HSV(B)133.04º11.98%75.29%-
XYZ42.8549.1947.28-
YUV183.07122.88117.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=31.59%
G=35.89%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921740.1200.090.25133.0415.4470.78
HexA9C0AEC091985f47
Octal251300256140113120517107
Binary101010011100000010101110110001001110011000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0AE; }

 p { color: rgb(169,192,174); }

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

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

 a { background-color: rgb(169,192,174); }

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

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

 span { border-color: rgb(169,192,174); }

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