#A5B9A8

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

Shades of Gum Leaf #A5B9A8

Tints of Gum Leaf #A5B9A8

Color information

#A5B9A8 (or 0xA5B9A8) is unknown color: approx Gum Leaf. HEX triplet: A5, B9 and A8. RGB value is (165,185,168). Sum of RGB (Red+Green+Blue) = 165+185+168=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9A8 is #5A4657. Grayscale: #B1B1B1. Windows color (decimal): -5916248 or 11057573. OLE color: 11057573.

HSL color Cylindrical-coordinate representation of color #A5B9A8: hue angle of 129º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B9A8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB165185168-
CMYK0.1100.090.27
HSL129º12.5%68.63%-
HSV(B)129º10.81%72.55%-
XYZ39.9345.5243.73-
YUV177.08122.87119.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=31.85%
G=35.71%
B=32.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851680.1100.090.2712912.568.63
HexA5B9A8B091B81c45
Octal245271250130113320114105
Binary101001011011100110101000101101001110111000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9A8; }

 p { color: rgb(165,185,168); }

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

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

 a { background-color: rgb(165,185,168); }

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

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

 span { border-color: rgb(165,185,168); }

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