Html Css Color HEX #A3A994 Green Spring

📋 copy color: '#A3A994'

red 163 ◦ green 169 ◦ blue 148

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

Shades of Green Spring #A3A994

Tints of Green Spring #A3A994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 33.96%
G = 35.21%
B = 30.83%

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

#A3A994 (or 0xA3A994) is known color: Green Spring. HEX triplet: A3, A9 and 94. RGB value is (163,169,148). Sum of RGB (Red+Green+Blue) = 163+169+148=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A994 is #5C566B. Grayscale: #A4A4A4. Windows color (decimal): -6051436 or 9742755. OLE color: 9742755.

HSL color Cylindrical-coordinate representation of color #A3A994: hue angle of 77.14º degrees, saturation: 0.11, 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 #A3A994 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 169 148 -
CMYK 0.04 0 0.12 0.34
HSL 77.14º 0.11% 0.62% -
HSV(B) 77.14º 0.12% 0.66% -
XYZ 34.64 38.3 33.58 -
YUV 164.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 163 169 148 0.04 0 0.12 0.34 77.14 0.11 0.62
Hex A3 A9 94 4 0 C 22 4D B 3E
Octal 243 251 224 4 0 14 42 115 13 76
Binary 10100011 10101001 10010100 100 0 1100 100010 1001101 1011 111110

Color Harmonies of #A3A994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A994

Black with #A3A994

Text Example


Text Example

White with #A3A994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A994; }

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

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

background-color css

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

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

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

border-color css

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

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

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