Html Css Color HEX #A0A88E Green Spring

📋 copy color: '#A0A88E'

red 160 ◦ green 168 ◦ blue 142

#A0A88E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #A0A88E

Tints of Green Spring #A0A88E

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 value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A0A88E (or 0xA0A88E) is known color: 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

RGB 160 168 142 -
CMYK 0.05 0 0.15 0.34
HSL 78.46º 0.13% 0.61% -
HSV(B) 78.46º 0.15% 0.66% -
XYZ 33.38 37.43 31.06 -
YUV 162.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 160 168 142 0.05 0 0.15 0.34 78.46 0.13 0.61
Hex A0 A8 8E 5 0 F 22 4E D 3D
Octal 240 250 216 5 0 17 42 116 15 75
Binary 10100000 10101000 10001110 101 0 1111 100010 1001110 1101 111101

Color Harmonies of #A0A88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A88E

Black with #A0A88E

Text Example


Text Example

White with #A0A88E

Text Example


Text Example

HTML Codes & Css Web 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>