#A6CAAD

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

Shades of Gum Leaf #A6CAAD

Tints of Gum Leaf #A6CAAD

Color information

#A6CAAD (or 0xA6CAAD) is unknown color: approx Gum Leaf. HEX triplet: A6, CA and AD. RGB value is (166,202,173). Sum of RGB (Red+Green+Blue) = 166+202+173=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAAD is #593552. Grayscale: #BCBCBC. Windows color (decimal): -5846355 or 11389606. OLE color: 11389606.

HSL color Cylindrical-coordinate representation of color #A6CAAD: hue angle of 131.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAAD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB166202173-
CMYK0.1800.140.21
HSL131.67º25.35%72.16%-
HSV(B)131.67º17.82%79.22%-
XYZ44.3953.3747.5-
YUV187.93119.57112.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=30.68%
G=37.34%
B=31.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021730.1800.140.21131.6725.3572.16
HexA6CAAD120E15841948
Octal246312255220162520431110
Binary10100110110010101010110110010011101010110000100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAAD; }

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

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

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

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

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

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

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

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