Html Css Color HEX #A0AD5F Green Smoke

📋 copy color: '#A0AD5F'

red 160 ◦ green 173 ◦ blue 95

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

Shades of Green Smoke #A0AD5F

Tints of Green Smoke #A0AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 37.38%
G = 40.42%
B = 22.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#A0AD5F (or 0xA0AD5F) is known color: Green Smoke. HEX triplet: A0, AD and 5F. RGB value is (160,173,95). Sum of RGB (Red+Green+Blue) = 160+173+95=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD5F is #5F52A0. Grayscale: #A0A0A0. Windows color (decimal): -6247073 or 6270368. OLE color: 6270368.

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

Color convert

RGB 160 173 95 -
CMYK 0.08 0 0.45 0.32
HSL 70º 0.32% 0.53% -
HSV(B) 70º 0.45% 0.68% -
XYZ 31.51 38.19 16.54 -
YUV 160.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 160 173 95 0.08 0 0.45 0.32 70 0.32 0.53
Hex A0 AD 5F 8 0 2D 20 46 20 35
Octal 240 255 137 10 0 55 40 106 40 65
Binary 10100000 10101101 1011111 1000 0 101101 100000 1000110 100000 110101

Color Harmonies of #A0AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD5F

Black with #A0AD5F

Text Example


Text Example

White with #A0AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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