#A3CDAF

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

Shades of Gum Leaf #A3CDAF

Tints of Gum Leaf #A3CDAF

Color information

#A3CDAF (or 0xA3CDAF) is unknown color: approx Gum Leaf. HEX triplet: A3, CD and AF. RGB value is (163,205,175). Sum of RGB (Red+Green+Blue) = 163+205+175=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CDAF is #5C3250. Grayscale: #BDBDBD. Windows color (decimal): -6042193 or 11521443. OLE color: 11521443.

HSL color Cylindrical-coordinate representation of color #A3CDAF: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CDAF is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB163205175-
CMYK0.2000.150.20
HSL137.14º29.58%72.16%-
HSV(B)137.14º20.49%80.39%-
XYZ44.6754.5448.73-
YUV189.02120.09109.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=30.02%
G=37.75%
B=32.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051750.2000.150.20137.1429.5872.16
HexA3CDAF140F14891e48
Octal243315257240172421136110
Binary10100011110011011010111110100011111010010001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDAF; }

 p { color: rgb(163,205,175); }

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

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

 a { background-color: rgb(163,205,175); }

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

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

 span { border-color: rgb(163,205,175); }

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