#A6CDAD

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

Shades of Gum Leaf #A6CDAD

Tints of Gum Leaf #A6CDAD

Color information

#A6CDAD (or 0xA6CDAD) is unknown color: approx Gum Leaf. HEX triplet: A6, CD and AD. RGB value is (166,205,173). Sum of RGB (Red+Green+Blue) = 166+205+173=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDAD is #593252. Grayscale: #BDBDBD. Windows color (decimal): -5845587 or 11390374. OLE color: 11390374.

HSL color Cylindrical-coordinate representation of color #A6CDAD: hue angle of 130.77º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDAD is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB166205173-
CMYK0.1900.160.20
HSL130.77º28.06%72.75%-
HSV(B)130.77º19.02%80.39%-
XYZ45.154.7947.73-
YUV189.69118.58111.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=30.51%
G=37.68%
B=31.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051730.1900.160.20130.7728.0672.75
HexA6CDAD1301014831c49
Octal246315255230202420334111
Binary101001101100110110101101100110100001010010000011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDAD; }

 p { color: rgb(166,205,173); }

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

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

 a { background-color: rgb(166,205,173); }

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

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

 span { border-color: rgb(166,205,173); }

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