Html Css Color HEX #A2A993 Green Spring

📋 copy color: '#A2A993'

red 162 ◦ green 169 ◦ blue 147

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

Shades of Green Spring #A2A993

Tints of Green Spring #A2A993

RGB

 RED value IS 162 (63.67% from 255) = 33.89%

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

 BLUE value IS 147 (57.81% from 255) = 30.75%

R = 33.89%
G = 35.36%
B = 30.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A2A993 (or 0xA2A993) is known color: Green Spring. HEX triplet: A2, A9 and 93. RGB value is (162,169,147). Sum of RGB (Red+Green+Blue) = 162+169+147=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A993 is #5D566C. Grayscale: #A4A4A4. Windows color (decimal): -6116973 or 9677218. OLE color: 9677218.

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

Color convert

RGB 162 169 147 -
CMYK 0.04 0 0.13 0.34
HSL 79.09º 0.11% 0.62% -
HSV(B) 79.09º 0.13% 0.66% -
XYZ 34.35 38.16 33.16 -
YUV 164.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 162 169 147 0.04 0 0.13 0.34 79.09 0.11 0.62
Hex A2 A9 93 4 0 D 22 4F B 3E
Octal 242 251 223 4 0 15 42 117 13 76
Binary 10100010 10101001 10010011 100 0 1101 100010 1001111 1011 111110

Color Harmonies of #A2A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A993

Black with #A2A993

Text Example


Text Example

White with #A2A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A993; }

 p { color: rgb(162,169,147); }

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

background-color css

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

 a { background-color: rgb(162,169,147); }

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

border-color css

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

 span { border-color: rgb(162,169,147); }

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