Html Css Color HEX #A2A355 Green Smoke

📋 copy color: '#A2A355'

red 162 ◦ green 163 ◦ blue 85

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

Shades of Green Smoke #A2A355

Tints of Green Smoke #A2A355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 39.51%
G = 39.76%
B = 20.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A2A355 (or 0xA2A355) is known color: Green Smoke. HEX triplet: A2, A3 and 55. RGB value is (162,163,85). Sum of RGB (Red+Green+Blue) = 162+163+85=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A355 is #5D5CAA. Grayscale: #9A9A9A. Windows color (decimal): -6118571 or 5612450. OLE color: 5612450.

HSL color Cylindrical-coordinate representation of color #A2A355: hue angle of 60.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2A355 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 163 85 -
CMYK 0.01 0 0.48 0.36
HSL 60.77º 0.31% 0.49% -
HSV(B) 60.77º 0.48% 0.64% -
XYZ 29.64 34.53 13.7 -
YUV 153.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 162 163 85 0.01 0 0.48 0.36 60.77 0.31 0.49
Hex A2 A3 55 1 0 30 24 3D 1F 31
Octal 242 243 125 1 0 60 44 75 37 61
Binary 10100010 10100011 1010101 1 0 110000 100100 111101 11111 110001

Color Harmonies of #A2A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A355

Black with #A2A355

Text Example


Text Example

White with #A2A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A355; }

 p { color: rgb(162,163,85); }

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

background-color css

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

 a { background-color: rgb(162,163,85); }

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

border-color css

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

 span { border-color: rgb(162,163,85); }

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