Html Css Color HEX #A1A890 Green Spring

📋 copy color: '#A1A890'

red 161 ◦ green 168 ◦ blue 144

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

Shades of Green Spring #A1A890

Tints of Green Spring #A1A890

RGB

 RED value IS 161 (63.28% from 255) = 34.04%

 GREEN value IS 168 (66.02% from 255) = 35.52%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 34.04%
G = 35.52%
B = 30.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A1A890 (or 0xA1A890) is known color: Green Spring. HEX triplet: A1, A8 and 90. RGB value is (161,168,144). Sum of RGB (Red+Green+Blue) = 161+168+144=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A890 is #5E576F. Grayscale: #A3A3A3. Windows color (decimal): -6182768 or 9480353. OLE color: 9480353.

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

Color convert

RGB 161 168 144 -
CMYK 0.04 0 0.14 0.34
HSL 77.5º 0.12% 0.61% -
HSV(B) 77.5º 0.14% 0.66% -
XYZ 33.73 37.6 31.86 -
YUV 163.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 161 168 144 0.04 0 0.14 0.34 77.5 0.12 0.61
Hex A1 A8 90 4 0 E 22 4E C 3D
Octal 241 250 220 4 0 16 42 116 14 75
Binary 10100001 10101000 10010000 100 0 1110 100010 1001110 1100 111101

Color Harmonies of #A1A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A890

Black with #A1A890

Text Example


Text Example

White with #A1A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A890; }

 p { color: rgb(161,168,144); }

 H1.HeaderClassName
 {
   color: #A1A890;
 }
 .AnyTagClassName
 {
   color: #A1A890;
 }
</style>

background-color css

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

 a { background-color: rgb(161,168,144); }

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

border-color css

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

 span { border-color: rgb(161,168,144); }

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