#A8C8AB

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

Shades of Gum Leaf #A8C8AB

Tints of Gum Leaf #A8C8AB

Color information

#A8C8AB (or 0xA8C8AB) is unknown color: approx Gum Leaf. HEX triplet: A8, C8 and AB. RGB value is (168,200,171). Sum of RGB (Red+Green+Blue) = 168+200+171=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8AB is #573754. Grayscale: #BBBBBB. Windows color (decimal): -5715797 or 11258024. OLE color: 11258024.

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

Color convert

RGB168200171-
CMYK0.1600.140.22
HSL125.62º22.54%72.16%-
HSV(B)125.62º16%78.43%-
XYZ44.1552.5746.35-
YUV187.13118.9114.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=31.17%
G=37.11%
B=31.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001710.1600.140.22125.6222.5472.16
HexA8C8AB100E167e1748
Octal250310253200162617627110
Binary1010100011001000101010111000001110101101111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8AB; }

 p { color: rgb(168,200,171); }

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

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

 a { background-color: rgb(168,200,171); }

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

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

 span { border-color: rgb(168,200,171); }

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