#A5C0AB

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

Shades of Gum Leaf #A5C0AB

Tints of Gum Leaf #A5C0AB

Color information

#A5C0AB (or 0xA5C0AB) is unknown color: approx Gum Leaf. HEX triplet: A5, C0 and AB. RGB value is (165,192,171). Sum of RGB (Red+Green+Blue) = 165+192+171=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C0AB is #5A3F54. Grayscale: #B5B5B5. Windows color (decimal): -5914453 or 11255973. OLE color: 11255973.

HSL color Cylindrical-coordinate representation of color #A5C0AB: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0AB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB165192171-
CMYK0.1400.110.25
HSL133.33º17.65%70%-
HSV(B)133.33º14.06%75.29%-
XYZ41.7248.6445.72-
YUV181.53122.05116.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=31.25%
G=36.36%
B=32.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921710.1400.110.25133.3317.6570
HexA5C0ABE0B19851246
Octal245300253160133120522106
Binary1010010111000000101010111110010111100110000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C0AB; }

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

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

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

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

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

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

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

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