#A9C0AD

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

Shades of Gum Leaf #A9C0AD

Tints of Gum Leaf #A9C0AD

Color information

#A9C0AD (or 0xA9C0AD) is unknown color: approx Gum Leaf. HEX triplet: A9, C0 and AD. RGB value is (169,192,173). Sum of RGB (Red+Green+Blue) = 169+192+173=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0AD is #563F52. Grayscale: #B7B7B7. Windows color (decimal): -5652307 or 11387049. OLE color: 11387049.

HSL color Cylindrical-coordinate representation of color #A9C0AD: hue angle of 130.43º 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 #A9C0AD is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB169192173-
CMYK0.1200.100.25
HSL130.43º15.44%70.78%-
HSV(B)130.43º11.98%75.29%-
XYZ42.7549.1546.77-
YUV182.96122.38118.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=31.65%
G=35.96%
B=32.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921730.1200.100.25130.4315.4470.78
HexA9C0ADC0A1982f47
Octal251300255140123120217107
Binary101010011100000010101101110001010110011000001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0AD; }

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

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

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

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

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

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

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

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