#A9BCAD

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

Shades of Gum Leaf #A9BCAD

Tints of Gum Leaf #A9BCAD

Color information

#A9BCAD (or 0xA9BCAD) is unknown color: approx Gum Leaf. HEX triplet: A9, BC and AD. RGB value is (169,188,173). Sum of RGB (Red+Green+Blue) = 169+188+173=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAD is #564352. Grayscale: #B4B4B4. Windows color (decimal): -5653331 or 11386025. OLE color: 11386025.

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

Color convert

RGB169188173-
CMYK0.1000.080.26
HSL132.63º12.42%70%-
HSV(B)132.63º10.11%73.73%-
XYZ41.8947.4246.48-
YUV180.61123.71119.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=31.89%
G=35.47%
B=32.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881730.1000.080.26132.6312.4270
HexA9BCADA081A85c46
Octal251274255120103220514106
Binary101010011011110010101101101001000110101000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCAD; }

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

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

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

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

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

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

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

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