#A3CAAC

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

Shades of Gum Leaf #A3CAAC

Tints of Gum Leaf #A3CAAC

Color information

#A3CAAC (or 0xA3CAAC) is unknown color: approx Gum Leaf. HEX triplet: A3, CA and AC. RGB value is (163,202,172). Sum of RGB (Red+Green+Blue) = 163+202+172=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CAAC is #5C3553. Grayscale: #BBBBBB. Windows color (decimal): -6042964 or 11324067. OLE color: 11324067.

HSL color Cylindrical-coordinate representation of color #A3CAAC: hue angle of 133.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAAC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB163202172-
CMYK0.1900.150.21
HSL133.85º26.9%71.57%-
HSV(B)133.85º19.31%79.22%-
XYZ43.6753.0146.96-
YUV186.92119.58110.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=30.35%
G=37.62%
B=32.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021720.1900.150.21133.8526.971.57
HexA3CAAC130F15861b48
Octal243312254230172520633110
Binary10100011110010101010110010011011111010110000110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAAC; }

 p { color: rgb(163,202,172); }

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

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

 a { background-color: rgb(163,202,172); }

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

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

 span { border-color: rgb(163,202,172); }

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