#A8C1AD

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

Shades of Gum Leaf #A8C1AD

Tints of Gum Leaf #A8C1AD

Color information

#A8C1AD (or 0xA8C1AD) is unknown color: approx Gum Leaf. HEX triplet: A8, C1 and AD. RGB value is (168,193,173). Sum of RGB (Red+Green+Blue) = 168+193+173=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C1AD is #573E52. Grayscale: #B7B7B7. Windows color (decimal): -5717587 or 11387304. OLE color: 11387304.

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

Color convert

RGB168193173-
CMYK0.1300.100.24
HSL132º16.78%70.78%-
HSV(B)132º12.95%75.69%-
XYZ42.7649.4846.83-
YUV183.24122.22117.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=31.46%
G=36.14%
B=32.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931730.1300.100.2413216.7870.78
HexA8C1ADD0A18841147
Octal250301255150123020421107
Binary1010100011000001101011011101010101100010000100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C1AD; }

 p { color: rgb(168,193,173); }

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

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

 a { background-color: rgb(168,193,173); }

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

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

 span { border-color: rgb(168,193,173); }

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