#A8C1AE

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

Shades of Gum Leaf #A8C1AE

Tints of Gum Leaf #A8C1AE

Color information

#A8C1AE (or 0xA8C1AE) is unknown color: approx Gum Leaf. HEX triplet: A8, C1 and AE. RGB value is (168,193,174). Sum of RGB (Red+Green+Blue) = 168+193+174=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C1AE is #573E51. Grayscale: #B7B7B7. Windows color (decimal): -5717586 or 11452840. OLE color: 11452840.

HSL color Cylindrical-coordinate representation of color #A8C1AE: hue angle of 134.4º 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 #A8C1AE is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB168193174-
CMYK0.1300.100.24
HSL134.4º16.78%70.78%-
HSV(B)134.4º12.95%75.69%-
XYZ42.8649.5247.34-
YUV183.36122.72117.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=31.40%
G=36.07%
B=32.52%

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
Decimal1681931740.1300.100.24134.416.7870.78
HexA8C1AED0A18861147
Octal250301256150123020621107
Binary1010100011000001101011101101010101100010000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C1AE; }

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

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

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

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

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

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

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

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