#A8C0AD

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

Shades of Gum Leaf #A8C0AD

Tints of Gum Leaf #A8C0AD

Color information

#A8C0AD (or 0xA8C0AD) is unknown color: approx Gum Leaf. HEX triplet: A8, C0 and AD. RGB value is (168,192,173). Sum of RGB (Red+Green+Blue) = 168+192+173=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AD is #573F52. Grayscale: #B6B6B6. Windows color (decimal): -5717843 or 11387048. OLE color: 11387048.

HSL color Cylindrical-coordinate representation of color #A8C0AD: hue angle of 132.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0AD is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB168192173-
CMYK0.1200.100.25
HSL132.5º16%70.59%-
HSV(B)132.5º12.5%75.29%-
XYZ42.5449.0446.76-
YUV182.66122.55117.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=31.52%
G=36.02%
B=32.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921730.1200.100.25132.51670.59
HexA8C0ADC0A19841047
Octal250300255140123120420107
Binary1010100011000000101011011100010101100110000100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C0AD; }

 p { color: rgb(168,192,173); }

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

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

 a { background-color: rgb(168,192,173); }

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

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

 span { border-color: rgb(168,192,173); }

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