#A5B5A9

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

Shades of Gum Leaf #A5B5A9

Tints of Gum Leaf #A5B5A9

Color information

#A5B5A9 (or 0xA5B5A9) is unknown color: approx Gum Leaf. HEX triplet: A5, B5 and A9. RGB value is (165,181,169). Sum of RGB (Red+Green+Blue) = 165+181+169=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B5A9 is #5A4A56. Grayscale: #AEAEAE. Windows color (decimal): -5917271 or 11122085. OLE color: 11122085.

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

Color convert

RGB165181169-
CMYK0.0900.070.29
HSL135º9.76%67.84%-
HSV(B)135º8.84%70.98%-
XYZ39.243.9143.95-
YUV174.85124.7120.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=32.04%
G=35.15%
B=32.82%

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
Decimal1651811690.0900.070.291359.7667.84
HexA5B5A99071D87a44
Octal24526525111073520712104
Binary10100101101101011010100110010111111011000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5A9; }

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

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

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

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

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

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

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

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