#A5B8AA

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

Shades of Gum Leaf #A5B8AA

Tints of Gum Leaf #A5B8AA

Color information

#A5B8AA (or 0xA5B8AA) is unknown color: approx Gum Leaf. HEX triplet: A5, B8 and AA. RGB value is (165,184,170). Sum of RGB (Red+Green+Blue) = 165+184+170=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AA is #5A4755. Grayscale: #B0B0B0. Windows color (decimal): -5916502 or 11188389. OLE color: 11188389.

HSL color Cylindrical-coordinate representation of color #A5B8AA: hue angle of 135.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B8AA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB165184170-
CMYK0.1000.080.28
HSL135.79º11.8%68.43%-
HSV(B)135.79º10.33%72.16%-
XYZ39.9145.1844.65-
YUV176.72124.21119.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=31.79%
G=35.45%
B=32.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651841700.1000.080.28135.7911.868.43
HexA5B8AAA081C88c44
Octal245270252120103421014104
Binary101001011011100010101010101001000111001000100011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B8AA; }

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

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

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

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

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

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

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

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