#A6CCAB

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

Shades of Gum Leaf #A6CCAB

Tints of Gum Leaf #A6CCAB

Color information

#A6CCAB (or 0xA6CCAB) is unknown color: approx Gum Leaf. HEX triplet: A6, CC and AB. RGB value is (166,204,171). Sum of RGB (Red+Green+Blue) = 166+204+171=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCAB is #593354. Grayscale: #BCBCBC. Windows color (decimal): -5845845 or 11259046. OLE color: 11259046.

HSL color Cylindrical-coordinate representation of color #A6CCAB: hue angle of 127.89º degrees, saturation: 0.27, 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 #A6CCAB is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB166204171-
CMYK0.1900.160.2
HSL127.89º27.14%72.55%-
HSV(B)127.89º18.63%80%-
XYZ44.6754.2346.64-
YUV188.88117.91111.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=30.68%
G=37.71%
B=31.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041710.1900.160.2127.8927.1472.55
HexA6CCAB1301014801b49
Octal246314253230202420033111
Binary101001101100110010101011100110100001010010000000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCAB; }

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

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

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

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

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

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

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

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