Html Css Color HEX #A0AD5E Green Smoke

📋 copy color: '#A0AD5E'

red 160 ◦ green 173 ◦ blue 94

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

Shades of Green Smoke #A0AD5E

Tints of Green Smoke #A0AD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 37.47%
G = 40.52%
B = 22.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#A0AD5E (or 0xA0AD5E) is known color: Green Smoke. HEX triplet: A0, AD and 5E. RGB value is (160,173,94). Sum of RGB (Red+Green+Blue) = 160+173+94=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD5E is #5F52A1. Grayscale: #A0A0A0. Windows color (decimal): -6247074 or 6204832. OLE color: 6204832.

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

Color convert

RGB 160 173 94 -
CMYK 0.08 0 0.46 0.32
HSL 69.87º 0.33% 0.52% -
HSV(B) 69.87º 0.46% 0.68% -
XYZ 31.46 38.17 16.3 -
YUV 160.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 160 173 94 0.08 0 0.46 0.32 69.87 0.33 0.52
Hex A0 AD 5E 8 0 2E 20 46 21 34
Octal 240 255 136 10 0 56 40 106 41 64
Binary 10100000 10101101 1011110 1000 0 101110 100000 1000110 100001 110100

Color Harmonies of #A0AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD5E

Black with #A0AD5E

Text Example


Text Example

White with #A0AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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