#A6B4A9

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

Shades of Gum Leaf #A6B4A9

Tints of Gum Leaf #A6B4A9

Color information

#A6B4A9 (or 0xA6B4A9) is unknown color: approx Gum Leaf. HEX triplet: A6, B4 and A9. RGB value is (166,180,169). Sum of RGB (Red+Green+Blue) = 166+180+169=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4A9 is #594B56. Grayscale: #AEAEAE. Windows color (decimal): -5851991 or 11121830. OLE color: 11121830.

HSL color Cylindrical-coordinate representation of color #A6B4A9: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B4A9 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB166180169-
CMYK0.0800.060.29
HSL132.86º8.54%67.84%-
HSV(B)132.86º7.78%70.59%-
XYZ39.2143.6143.89-
YUV174.56124.86121.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=32.23%
G=34.95%
B=32.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801690.0800.060.29132.868.5467.84
HexA6B4A98061D85944
Octal24626425110063520511104
Binary10100110101101001010100110000110111011000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4A9; }

 p { color: rgb(166,180,169); }

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

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

 a { background-color: rgb(166,180,169); }

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

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

 span { border-color: rgb(166,180,169); }

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