Html Css Color HEX #A0AD58 Green Smoke

📋 copy color: '#A0AD58'

red 160 ◦ green 173 ◦ blue 88

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

Shades of Green Smoke #A0AD58

Tints of Green Smoke #A0AD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 38%
G = 41.09%
B = 20.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#A0AD58 (or 0xA0AD58) is known color: Green Smoke. HEX triplet: A0, AD and 58. RGB value is (160,173,88). Sum of RGB (Red+Green+Blue) = 160+173+88=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD58 is #5F52A7. Grayscale: #9F9F9F. Windows color (decimal): -6247080 or 5811616. OLE color: 5811616.

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

Color convert

RGB 160 173 88 -
CMYK 0.08 0 0.49 0.32
HSL 69.18º 0.34% 0.51% -
HSV(B) 69.18º 0.49% 0.68% -
XYZ 31.2 38.07 14.94 -
YUV 159.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 160 173 88 0.08 0 0.49 0.32 69.18 0.34 0.51
Hex A0 AD 58 8 0 31 20 45 22 33
Octal 240 255 130 10 0 61 40 105 42 63
Binary 10100000 10101101 1011000 1000 0 110001 100000 1000101 100010 110011

Color Harmonies of #A0AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD58

Black with #A0AD58

Text Example


Text Example

White with #A0AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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