#A6BEAB

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

Shades of Gum Leaf #A6BEAB

Tints of Gum Leaf #A6BEAB

Color information

#A6BEAB (or 0xA6BEAB) is unknown color: approx Gum Leaf. HEX triplet: A6, BE and AB. RGB value is (166,190,171). Sum of RGB (Red+Green+Blue) = 166+190+171=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEAB is #594154. Grayscale: #B4B4B4. Windows color (decimal): -5849429 or 11255462. OLE color: 11255462.

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

Color convert

RGB166190171-
CMYK0.1300.100.25
HSL132.5º15.58%69.8%-
HSV(B)132.5º12.63%74.51%-
XYZ41.4947.8745.58-
YUV180.66122.55117.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=31.50%
G=36.05%
B=32.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901710.1300.100.25132.515.5869.8
HexA6BEABD0A19841046
Octal246276253150123120420106
Binary1010011010111110101010111101010101100110000100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEAB; }

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

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

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

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

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

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

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

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