#A5C1AB

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

Shades of Gum Leaf #A5C1AB

Tints of Gum Leaf #A5C1AB

Color information

#A5C1AB (or 0xA5C1AB) is unknown color: approx Gum Leaf. HEX triplet: A5, C1 and AB. RGB value is (165,193,171). Sum of RGB (Red+Green+Blue) = 165+193+171=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C1AB is #5A3E54. Grayscale: #B6B6B6. Windows color (decimal): -5914197 or 11256229. OLE color: 11256229.

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

Color convert

RGB165193171-
CMYK0.1500.110.24
HSL132.86º18.42%70.2%-
HSV(B)132.86º14.51%75.69%-
XYZ41.9449.0845.79-
YUV182.12121.72115.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=31.19%
G=36.48%
B=32.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931710.1500.110.24132.8618.4270.2
HexA5C1ABF0B18851246
Octal245301253170133020522106
Binary1010010111000001101010111111010111100010000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1AB; }

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

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

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

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

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

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

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

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