#A8C3AA

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

Shades of Gum Leaf #A8C3AA

Tints of Gum Leaf #A8C3AA

Color information

#A8C3AA (or 0xA8C3AA) is unknown color: approx Gum Leaf. HEX triplet: A8, C3 and AA. RGB value is (168,195,170). Sum of RGB (Red+Green+Blue) = 168+195+170=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C3AA is #573C55. Grayscale: #B8B8B8. Windows color (decimal): -5717078 or 11191208. OLE color: 11191208.

HSL color Cylindrical-coordinate representation of color #A8C3AA: hue angle of 124.44º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C3AA is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB168195170-
CMYK0.1400.130.24
HSL124.44º18.37%71.18%-
HSV(B)124.44º13.85%76.47%-
XYZ42.9250.2645.47-
YUV184.08120.05116.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=31.52%
G=36.59%
B=31.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951700.1400.130.24124.4418.3771.18
HexA8C3AAE0D187c1247
Octal250303252160153017422107
Binary101010001100001110101010111001101110001111100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C3AA; }

 p { color: rgb(168,195,170); }

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

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

 a { background-color: rgb(168,195,170); }

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

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

 span { border-color: rgb(168,195,170); }

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