#A3BDA8

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

Shades of Gum Leaf #A3BDA8

Tints of Gum Leaf #A3BDA8

Color information

#A3BDA8 (or 0xA3BDA8) is unknown color: approx Gum Leaf. HEX triplet: A3, BD and A8. RGB value is (163,189,168). Sum of RGB (Red+Green+Blue) = 163+189+168=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDA8 is #5C4257. Grayscale: #B2B2B2. Windows color (decimal): -6046296 or 11058595. OLE color: 11058595.

HSL color Cylindrical-coordinate representation of color #A3BDA8: hue angle of 131.54º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BDA8 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB163189168-
CMYK0.1400.110.26
HSL131.54º16.46%69.02%-
HSV(B)131.54º13.76%74.12%-
XYZ40.3747.0143.99-
YUV178.83121.89116.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=31.35%
G=36.35%
B=32.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631891680.1400.110.26131.5416.4669.02
HexA3BDA8E0B1A841045
Octal243275250160133220420105
Binary1010001110111101101010001110010111101010000100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDA8; }

 p { color: rgb(163,189,168); }

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

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

 a { background-color: rgb(163,189,168); }

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

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

 span { border-color: rgb(163,189,168); }

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