Html Css Color HEX #A0AD6C Green Smoke

📋 copy color: '#A0AD6C'

red 160 ◦ green 173 ◦ blue 108

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

Shades of Green Smoke #A0AD6C

Tints of Green Smoke #A0AD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 36.28%
G = 39.23%
B = 24.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#A0AD6C (or 0xA0AD6C) is known color: Green Smoke. HEX triplet: A0, AD and 6C. RGB value is (160,173,108). Sum of RGB (Red+Green+Blue) = 160+173+108=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD6C is #5F5293. Grayscale: #A1A1A1. Windows color (decimal): -6247060 or 7122336. OLE color: 7122336.

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

Color convert

RGB 160 173 108 -
CMYK 0.08 0 0.38 0.32
HSL 72º 0.28% 0.55% -
HSV(B) 72º 0.38% 0.68% -
XYZ 32.15 38.44 19.91 -
YUV 161.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 160 173 108 0.08 0 0.38 0.32 72 0.28 0.55
Hex A0 AD 6C 8 0 26 20 48 1C 37
Octal 240 255 154 10 0 46 40 110 34 67
Binary 10100000 10101101 1101100 1000 0 100110 100000 1001000 11100 110111

Color Harmonies of #A0AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD6C

Black with #A0AD6C

Text Example


Text Example

White with #A0AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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