Html Css Color HEX #A0AD55 Green Smoke

📋 copy color: '#A0AD55'

red 160 ◦ green 173 ◦ blue 85

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

Shades of Green Smoke #A0AD55

Tints of Green Smoke #A0AD55

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

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

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

R = 38.28%
G = 41.39%
B = 20.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A0AD55 (or 0xA0AD55) is known color: Green Smoke. HEX triplet: A0, AD and 55. RGB value is (160,173,85). Sum of RGB (Red+Green+Blue) = 160+173+85=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD55 is #5F52AA. Grayscale: #9F9F9F. Windows color (decimal): -6247083 or 5615008. OLE color: 5615008.

HSL color Cylindrical-coordinate representation of color #A0AD55: hue angle of 68.86º 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 #A0AD55 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 85 -
CMYK 0.08 0 0.51 0.32
HSL 68.86º 0.35% 0.51% -
HSV(B) 68.86º 0.51% 0.68% -
XYZ 31.08 38.02 14.29 -
YUV 159.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 160 173 85 0.08 0 0.51 0.32 68.86 0.35 0.51
Hex A0 AD 55 8 0 33 20 45 23 33
Octal 240 255 125 10 0 63 40 105 43 63
Binary 10100000 10101101 1010101 1000 0 110011 100000 1000101 100011 110011

Color Harmonies of #A0AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD55

Black with #A0AD55

Text Example


Text Example

White with #A0AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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