#A3BAAA

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

Shades of Gum Leaf #A3BAAA

Tints of Gum Leaf #A3BAAA

Color information

#A3BAAA (or 0xA3BAAA) is unknown color: approx Gum Leaf. HEX triplet: A3, BA and AA. RGB value is (163,186,170). Sum of RGB (Red+Green+Blue) = 163+186+170=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAAA is #5C4555. Grayscale: #B1B1B1. Windows color (decimal): -6047062 or 11188899. OLE color: 11188899.

HSL color Cylindrical-coordinate representation of color #A3BAAA: hue angle of 138.26º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAAA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB163186170-
CMYK0.1200.090.27
HSL138.26º14.29%68.43%-
HSV(B)138.26º12.37%72.94%-
XYZ39.9245.8144.77-
YUV177.3123.88117.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=31.41%
G=35.84%
B=32.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861700.1200.090.27138.2614.2968.43
HexA3BAAAC091B8ae44
Octal243272252140113321216104
Binary101000111011101010101010110001001110111000101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAAA; }

 p { color: rgb(163,186,170); }

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

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

 a { background-color: rgb(163,186,170); }

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

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

 span { border-color: rgb(163,186,170); }

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