Html Css Color HEX #A2AD55 Green Smoke

📋 copy color: '#A2AD55'

red 162 ◦ green 173 ◦ blue 85

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

Shades of Green Smoke #A2AD55

Tints of Green Smoke #A2AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 38.57%
G = 41.19%
B = 20.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A2AD55 (or 0xA2AD55) is known color: Green Smoke. HEX triplet: A2, AD and 55. RGB value is (162,173,85). Sum of RGB (Red+Green+Blue) = 162+173+85=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD55 is #5D52AA. Grayscale: #A0A0A0. Windows color (decimal): -6116011 or 5615010. OLE color: 5615010.

HSL color Cylindrical-coordinate representation of color #A2AD55: hue angle of 67.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2AD55 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 173 85 -
CMYK 0.06 0 0.51 0.32
HSL 67.5º 0.35% 0.51% -
HSV(B) 67.5º 0.51% 0.68% -
XYZ 31.48 38.22 14.31 -
YUV 159.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 162 173 85 0.06 0 0.51 0.32 67.5 0.35 0.51
Hex A2 AD 55 6 0 33 20 44 23 33
Octal 242 255 125 6 0 63 40 104 43 63
Binary 10100010 10101101 1010101 110 0 110011 100000 1000100 100011 110011

Color Harmonies of #A2AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD55

Black with #A2AD55

Text Example


Text Example

White with #A2AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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