#A8C9AE

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

Shades of Gum Leaf #A8C9AE

Tints of Gum Leaf #A8C9AE

Color information

#A8C9AE (or 0xA8C9AE) is unknown color: approx Gum Leaf. HEX triplet: A8, C9 and AE. RGB value is (168,201,174). Sum of RGB (Red+Green+Blue) = 168+201+174=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9AE is #573651. Grayscale: #BCBCBC. Windows color (decimal): -5715538 or 11454888. OLE color: 11454888.

HSL color Cylindrical-coordinate representation of color #A8C9AE: hue angle of 130.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9AE is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB168201174-
CMYK0.1600.130.21
HSL130.91º23.4%72.35%-
HSV(B)130.91º16.42%78.82%-
XYZ44.6853.1547.95-
YUV188.06120.07113.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=30.94%
G=37.02%
B=32.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011740.1600.130.21130.9123.472.35
HexA8C9AE100D15831748
Octal250311256200152520327110
Binary10101000110010011010111010000011011010110000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C9AE; }

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

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

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

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

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

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

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

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