#A6B5AA

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

Shades of Gum Leaf #A6B5AA

Tints of Gum Leaf #A6B5AA

Color information

#A6B5AA (or 0xA6B5AA) is unknown color: approx Gum Leaf. HEX triplet: A6, B5 and AA. RGB value is (166,181,170). Sum of RGB (Red+Green+Blue) = 166+181+170=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5AA is #594A55. Grayscale: #AFAFAF. Windows color (decimal): -5851734 or 11187622. OLE color: 11187622.

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

Color convert

RGB166181170-
CMYK0.0800.060.29
HSL136º9.2%68.04%-
HSV(B)136º8.29%70.98%-
XYZ39.5144.0644.45-
YUV175.26125.03121.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=32.11%
G=35.01%
B=32.88%

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
Decimal1661811700.0800.060.291369.268.04
HexA6B5AA8061D88944
Octal24626525210063521011104
Binary10100110101101011010101010000110111011000100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5AA; }

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

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

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

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

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

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

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

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