#A6B5A9

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

Shades of Gum Leaf #A6B5A9

Tints of Gum Leaf #A6B5A9

Color information

#A6B5A9 (or 0xA6B5A9) is unknown color: approx Gum Leaf. HEX triplet: A6, B5 and A9. RGB value is (166,181,169). Sum of RGB (Red+Green+Blue) = 166+181+169=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5A9 is #594A56. Grayscale: #AFAFAF. Windows color (decimal): -5851735 or 11122086. OLE color: 11122086.

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

Color convert

RGB166181169-
CMYK0.0800.070.29
HSL132º9.2%68.04%-
HSV(B)132º8.29%70.98%-
XYZ39.4144.0243.96-
YUV175.15124.53121.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=32.17%
G=35.08%
B=32.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811690.0800.070.291329.268.04
HexA6B5A98071D84944
Octal24626525110073520411104
Binary10100110101101011010100110000111111011000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5A9; }

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

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

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

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

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

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

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

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