Html Css Color HEX #A1A990 Green Spring

📋 copy color: '#A1A990'

red 161 ◦ green 169 ◦ blue 144

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

Shades of Green Spring #A1A990

Tints of Green Spring #A1A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

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

R = 33.97%
G = 35.65%
B = 30.38%

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

#A1A990 (or 0xA1A990) is known color: Green Spring. HEX triplet: A1, A9 and 90. RGB value is (161,169,144). Sum of RGB (Red+Green+Blue) = 161+169+144=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A990 is #5E566F. Grayscale: #A3A3A3. Windows color (decimal): -6182512 or 9480609. OLE color: 9480609.

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

Color convert

RGB 161 169 144 -
CMYK 0.05 0 0.15 0.34
HSL 79.2º 0.13% 0.61% -
HSV(B) 79.2º 0.15% 0.66% -
XYZ 33.92 37.97 31.93 -
YUV 163.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 161 169 144 0.05 0 0.15 0.34 79.2 0.13 0.61
Hex A1 A9 90 5 0 F 22 4F D 3D
Octal 241 251 220 5 0 17 42 117 15 75
Binary 10100001 10101001 10010000 101 0 1111 100010 1001111 1101 111101

Color Harmonies of #A1A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A990

Black with #A1A990

Text Example


Text Example

White with #A1A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A990; }

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

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

background-color css

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

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

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

border-color css

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

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

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