#A5C4AC

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

Shades of Gum Leaf #A5C4AC

Tints of Gum Leaf #A5C4AC

Color information

#A5C4AC (or 0xA5C4AC) is unknown color: approx Gum Leaf. HEX triplet: A5, C4 and AC. RGB value is (165,196,172). Sum of RGB (Red+Green+Blue) = 165+196+172=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4AC is #5A3B53. Grayscale: #B8B8B8. Windows color (decimal): -5913428 or 11322533. OLE color: 11322533.

HSL color Cylindrical-coordinate representation of color #A5C4AC: hue angle of 133.55º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4AC is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB165196172-
CMYK0.1600.120.23
HSL133.55º20.81%70.78%-
HSV(B)133.55º15.82%76.86%-
XYZ42.750.4646.52-
YUV184121.23114.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=30.96%
G=36.77%
B=32.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961720.1600.120.23133.5520.8170.78
HexA5C4AC100C17861547
Octal245304254200142720625107
Binary10100101110001001010110010000011001011110000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4AC; }

 p { color: rgb(165,196,172); }

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

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

 a { background-color: rgb(165,196,172); }

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

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

 span { border-color: rgb(165,196,172); }

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