Html Css Color HEX #A2A69B Green Spring

📋 copy color: '#A2A69B'

red 162 ◦ green 166 ◦ blue 155

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

Shades of Green Spring #A2A69B

Tints of Green Spring #A2A69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 33.54%
G = 34.37%
B = 32.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A2A69B (or 0xA2A69B) is known color: Green Spring. HEX triplet: A2, A6 and 9B. RGB value is (162,166,155). Sum of RGB (Red+Green+Blue) = 162+166+155=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A69B is #5D5964. Grayscale: #A3A3A3. Windows color (decimal): -6117733 or 10200738. OLE color: 10200738.

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

Color convert

RGB 162 166 155 -
CMYK 0.02 0 0.07 0.35
HSL 81.82º 0.06% 0.63% -
HSV(B) 81.82º 0.07% 0.65% -
XYZ 34.45 37.32 36.4 -
YUV 163.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 162 166 155 0.02 0 0.07 0.35 81.82 0.06 0.63
Hex A2 A6 9B 2 0 7 23 52 6 3F
Octal 242 246 233 2 0 7 43 122 6 77
Binary 10100010 10100110 10011011 10 0 111 100011 1010010 110 111111

Color Harmonies of #A2A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A69B

Black with #A2A69B

Text Example


Text Example

White with #A2A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A69B; }

 p { color: rgb(162,166,155); }

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

background-color css

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

 a { background-color: rgb(162,166,155); }

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

border-color css

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

 span { border-color: rgb(162,166,155); }

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