#A5C3AF

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

Shades of Gum Leaf #A5C3AF

Tints of Gum Leaf #A5C3AF

Color information

#A5C3AF (or 0xA5C3AF) is unknown color: approx Gum Leaf. HEX triplet: A5, C3 and AF. RGB value is (165,195,175). Sum of RGB (Red+Green+Blue) = 165+195+175=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3AF is #5A3C50. Grayscale: #B7B7B7. Windows color (decimal): -5913681 or 11518885. OLE color: 11518885.

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

Color convert

RGB165195175-
CMYK0.1500.100.24
HSL140º20%70.59%-
HSV(B)140º15.38%76.47%-
XYZ42.7750.1247.98-
YUV183.75123.06114.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=30.84%
G=36.45%
B=32.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951750.1500.100.241402070.59
HexA5C3AFF0A188c1447
Octal245303257170123021424107
Binary1010010111000011101011111111010101100010001100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3AF; }

 p { color: rgb(165,195,175); }

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

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

 a { background-color: rgb(165,195,175); }

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

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

 span { border-color: rgb(165,195,175); }

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