#A0A88E

Color #A0A88E Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A0A88E

Tints of Green Spring #A0A88E

Color information

#A0A88E (or 0xA0A88E) is unknown color: approx Green Spring. HEX triplet: A0, A8 and 8E. RGB value is (160,168,142). Sum of RGB (Red+Green+Blue) = 160+168+142=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A88E is #5F5771. Grayscale: #A2A2A2. Windows color (decimal): -6248306 or 9349280. OLE color: 9349280.

HSL color Cylindrical-coordinate representation of color #A0A88E: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0A88E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB160168142-
CMYK0.0500.150.34
HSL78.46º13%60.78%-
HSV(B)78.46º15.48%65.88%-
XYZ33.3837.4331.06-
YUV162.64116.35126.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=34.04%
G=35.74%
B=30.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601681420.0500.150.3478.461360.78
HexA0A88E50F224ed3d
Octal2402502165017421161575
Binary1010000010101000100011101010111110001010011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A88E; }

 p { color: rgb(160,168,142); }

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

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

 a { background-color: rgb(160,168,142); }

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

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

 span { border-color: rgb(160,168,142); }

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