#A6B4AA

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

Shades of Gum Leaf #A6B4AA

Tints of Gum Leaf #A6B4AA

Color information

#A6B4AA (or 0xA6B4AA) is unknown color: approx Gum Leaf. HEX triplet: A6, B4 and AA. RGB value is (166,180,170). Sum of RGB (Red+Green+Blue) = 166+180+170=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4AA is #594B55. Grayscale: #AEAEAE. Windows color (decimal): -5851990 or 11187366. OLE color: 11187366.

HSL color Cylindrical-coordinate representation of color #A6B4AA: hue angle of 137.14º 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 #A6B4AA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB166180170-
CMYK0.0800.060.29
HSL137.14º8.54%67.84%-
HSV(B)137.14º7.78%70.59%-
XYZ39.343.6544.38-
YUV174.67125.36121.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=32.17%
G=34.88%
B=32.95%

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
Decimal1661801700.0800.060.29137.148.5467.84
HexA6B4AA8061D89944
Octal24626425210063521111104
Binary10100110101101001010101010000110111011000100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4AA; }

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

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

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

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

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

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

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

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