#A6BEAD

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

Shades of Gum Leaf #A6BEAD

Tints of Gum Leaf #A6BEAD

Color information

#A6BEAD (or 0xA6BEAD) is unknown color: approx Gum Leaf. HEX triplet: A6, BE and AD. RGB value is (166,190,173). Sum of RGB (Red+Green+Blue) = 166+190+173=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEAD is #594152. Grayscale: #B4B4B4. Windows color (decimal): -5849427 or 11386534. OLE color: 11386534.

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

Color convert

RGB166190173-
CMYK0.1300.090.25
HSL137.5º15.58%69.8%-
HSV(B)137.5º12.63%74.51%-
XYZ41.6847.9546.59-
YUV180.89123.55117.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=31.38%
G=35.92%
B=32.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901730.1300.090.25137.515.5869.8
HexA6BEADD0919891046
Octal246276255150113121120106
Binary1010011010111110101011011101010011100110001001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEAD; }

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

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

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

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

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

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

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

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