Html Css Color HEX #A3A995 Green Spring

📋 copy color: '#A3A995'

red 163 ◦ green 169 ◦ blue 149

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

Shades of Green Spring #A3A995

Tints of Green Spring #A3A995

RGB

 RED value IS 163 (64.06% from 255) = 33.89%

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

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 33.89%
G = 35.14%
B = 30.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A3A995 (or 0xA3A995) is known color: Green Spring. HEX triplet: A3, A9 and 95. RGB value is (163,169,149). Sum of RGB (Red+Green+Blue) = 163+169+149=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A995 is #5C566A. Grayscale: #A5A5A5. Windows color (decimal): -6051435 or 9808291. OLE color: 9808291.

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

Color convert

RGB 163 169 149 -
CMYK 0.04 0 0.12 0.34
HSL 78º 0.1% 0.62% -
HSV(B) 78º 0.12% 0.66% -
XYZ 34.72 38.33 34 -
YUV 164.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 163 169 149 0.04 0 0.12 0.34 78 0.1 0.62
Hex A3 A9 95 4 0 C 22 4E A 3E
Octal 243 251 225 4 0 14 42 116 12 76
Binary 10100011 10101001 10010101 100 0 1100 100010 1001110 1010 111110

Color Harmonies of #A3A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A995

Black with #A3A995

Text Example


Text Example

White with #A3A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A995; }

 p { color: rgb(163,169,149); }

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

background-color css

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

 a { background-color: rgb(163,169,149); }

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

border-color css

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

 span { border-color: rgb(163,169,149); }

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