Html Css Color HEX #A2A56A Green Smoke

📋 copy color: '#A2A56A'

red 162 ◦ green 165 ◦ blue 106

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

Shades of Green Smoke #A2A56A

Tints of Green Smoke #A2A56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.48%

R = 37.41%
G = 38.11%
B = 24.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A2A56A (or 0xA2A56A) is known color: Green Smoke. HEX triplet: A2, A5 and 6A. RGB value is (162,165,106). Sum of RGB (Red+Green+Blue) = 162+165+106=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A56A is #5D5A95. Grayscale: #9D9D9D. Windows color (decimal): -6118038 or 6989218. OLE color: 6989218.

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

Color convert

RGB 162 165 106 -
CMYK 0.02 0 0.36 0.35
HSL 63.05º 0.25% 0.53% -
HSV(B) 63.05º 0.36% 0.65% -
XYZ 30.96 35.63 18.88 -
YUV 157.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 162 165 106 0.02 0 0.36 0.35 63.05 0.25 0.53
Hex A2 A5 6A 2 0 24 23 3F 19 35
Octal 242 245 152 2 0 44 43 77 31 65
Binary 10100010 10100101 1101010 10 0 100100 100011 111111 11001 110101

Color Harmonies of #A2A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A56A

Black with #A2A56A

Text Example


Text Example

White with #A2A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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