#A5B8AB

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

Shades of Gum Leaf #A5B8AB

Tints of Gum Leaf #A5B8AB

Color information

#A5B8AB (or 0xA5B8AB) is unknown color: approx Gum Leaf. HEX triplet: A5, B8 and AB. RGB value is (165,184,171). Sum of RGB (Red+Green+Blue) = 165+184+171=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AB is #5A4754. Grayscale: #B0B0B0. Windows color (decimal): -5916501 or 11253925. OLE color: 11253925.

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

Color convert

RGB165184171-
CMYK0.1000.070.28
HSL138.95º11.8%68.43%-
HSV(B)138.95º10.33%72.16%-
XYZ40.0145.2245.15-
YUV176.84124.71119.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=31.73%
G=35.38%
B=32.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651841710.1000.070.28138.9511.868.43
HexA5B8ABA071C8bc44
Octal24527025312073421314104
Binary10100101101110001010101110100111111001000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B8AB; }

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

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

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

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

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

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

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

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