Html Css Color HEX #A0AD65 Green Smoke

📋 copy color: '#A0AD65'

red 160 ◦ green 173 ◦ blue 101

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

Shades of Green Smoke #A0AD65

Tints of Green Smoke #A0AD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 36.87%
G = 39.86%
B = 23.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#A0AD65 (or 0xA0AD65) is known color: Green Smoke. HEX triplet: A0, AD and 65. RGB value is (160,173,101). Sum of RGB (Red+Green+Blue) = 160+173+101=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD65 is #5F529A. Grayscale: #A1A1A1. Windows color (decimal): -6247067 or 6663584. OLE color: 6663584.

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

Color convert

RGB 160 173 101 -
CMYK 0.08 0 0.42 0.32
HSL 70.83º 0.31% 0.54% -
HSV(B) 70.83º 0.42% 0.68% -
XYZ 31.79 38.3 18.03 -
YUV 160.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 160 173 101 0.08 0 0.42 0.32 70.83 0.31 0.54
Hex A0 AD 65 8 0 2A 20 47 1F 36
Octal 240 255 145 10 0 52 40 107 37 66
Binary 10100000 10101101 1100101 1000 0 101010 100000 1000111 11111 110110

Color Harmonies of #A0AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD65

Black with #A0AD65

Text Example


Text Example

White with #A0AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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