#A8C6AF

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

Shades of Gum Leaf #A8C6AF

Tints of Gum Leaf #A8C6AF

Color information

#A8C6AF (or 0xA8C6AF) is unknown color: approx Gum Leaf. HEX triplet: A8, C6 and AF. RGB value is (168,198,175). Sum of RGB (Red+Green+Blue) = 168+198+175=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6AF is #573950. Grayscale: #BABABA. Windows color (decimal): -5716305 or 11519656. OLE color: 11519656.

HSL color Cylindrical-coordinate representation of color #A8C6AF: hue angle of 134º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C6AF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB168198175-
CMYK0.1500.120.22
HSL134º20.83%71.76%-
HSV(B)134º15.15%77.65%-
XYZ44.0851.8148.23-
YUV186.41121.56114.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=31.05%
G=36.60%
B=32.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981750.1500.120.2213420.8371.76
HexA8C6AFF0C16861548
Octal250306257170142620625110
Binary1010100011000110101011111111011001011010000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C6AF; }

 p { color: rgb(168,198,175); }

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

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

 a { background-color: rgb(168,198,175); }

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

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

 span { border-color: rgb(168,198,175); }

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