#A8C8AA

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

Shades of Gum Leaf #A8C8AA

Tints of Gum Leaf #A8C8AA

Color information

#A8C8AA (or 0xA8C8AA) is unknown color: approx Gum Leaf. HEX triplet: A8, C8 and AA. RGB value is (168,200,170). Sum of RGB (Red+Green+Blue) = 168+200+170=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8AA is #573755. Grayscale: #BBBBBB. Windows color (decimal): -5715798 or 11192488. OLE color: 11192488.

HSL color Cylindrical-coordinate representation of color #A8C8AA: hue angle of 123.75º 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 #A8C8AA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB168200170-
CMYK0.1600.150.22
HSL123.75º22.54%72.16%-
HSV(B)123.75º16%78.43%-
XYZ44.0652.5445.85-
YUV187.01118.4114.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=31.23%
G=37.17%
B=31.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001700.1600.150.22123.7522.5472.16
HexA8C8AA100F167c1748
Octal250310252200172617427110
Binary1010100011001000101010101000001111101101111100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8AA; }

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

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

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

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

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

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

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

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