Html Css Color HEX #A2A59D Green Spring

📋 copy color: '#A2A59D'

red 162 ◦ green 165 ◦ blue 157

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

Shades of Green Spring #A2A59D

Tints of Green Spring #A2A59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 33.47%
G = 34.09%
B = 32.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A2A59D (or 0xA2A59D) is known color: Green Spring. HEX triplet: A2, A5 and 9D. RGB value is (162,165,157). Sum of RGB (Red+Green+Blue) = 162+165+157=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A59D is #5D5A62. Grayscale: #A3A3A3. Windows color (decimal): -6117987 or 10331554. OLE color: 10331554.

HSL color Cylindrical-coordinate representation of color #A2A59D: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2A59D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 157 -
CMYK 0.02 0 0.05 0.35
HSL 82.5º 0.04% 0.63% -
HSV(B) 82.5º 0.05% 0.65% -
XYZ 34.44 37.03 37.23 -
YUV 163.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 162 165 157 0.02 0 0.05 0.35 82.5 0.04 0.63
Hex A2 A5 9D 2 0 5 23 52 4 3F
Octal 242 245 235 2 0 5 43 122 4 77
Binary 10100010 10100101 10011101 10 0 101 100011 1010010 100 111111

Color Harmonies of #A2A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A59D

Black with #A2A59D

Text Example


Text Example

White with #A2A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A59D; }

 p { color: rgb(162,165,157); }

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

background-color css

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

 a { background-color: rgb(162,165,157); }

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

border-color css

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

 span { border-color: rgb(162,165,157); }

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