#A5B6AA

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

Shades of Gum Leaf #A5B6AA

Tints of Gum Leaf #A5B6AA

Color information

#A5B6AA (or 0xA5B6AA) is unknown color: approx Gum Leaf. HEX triplet: A5, B6 and AA. RGB value is (165,182,170). Sum of RGB (Red+Green+Blue) = 165+182+170=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B6AA is #5A4955. Grayscale: #AFAFAF. Windows color (decimal): -5917014 or 11187877. OLE color: 11187877.

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

Color convert

RGB165182170-
CMYK0.0900.070.29
HSL137.65º10.43%68.04%-
HSV(B)137.65º9.34%71.37%-
XYZ39.544.3644.51-
YUV175.55124.87120.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 182 (71.48% from 255) = 35.20%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=31.91%
G=35.20%
B=32.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821700.0900.070.29137.6510.4368.04
HexA5B6AA9071D8aa44
Octal24526625211073521212104
Binary10100101101101101010101010010111111011000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6AA; }

 p { color: rgb(165,182,170); }

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

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

 a { background-color: rgb(165,182,170); }

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

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

 span { border-color: rgb(165,182,170); }

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