Html Css Color HEX #A0A361 Green Smoke

📋 copy color: '#A0A361'

red 160 ◦ green 163 ◦ blue 97

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

Shades of Green Smoke #A0A361

Tints of Green Smoke #A0A361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 38.1%
G = 38.81%
B = 23.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A0A361 (or 0xA0A361) is known color: Green Smoke. HEX triplet: A0, A3 and 61. RGB value is (160,163,97). Sum of RGB (Red+Green+Blue) = 160+163+97=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A361 is #5F5C9E. Grayscale: #9A9A9A. Windows color (decimal): -6249631 or 6398880. OLE color: 6398880.

HSL color Cylindrical-coordinate representation of color #A0A361: hue angle of 62.73º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A361 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 97 -
CMYK 0.02 0 0.40 0.36
HSL 62.73º 0.26% 0.51% -
HSV(B) 62.73º 0.4% 0.64% -
XYZ 29.75 34.53 16.41 -
YUV 154.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 160 163 97 0.02 0 0.40 0.36 62.73 0.26 0.51
Hex A0 A3 61 2 0 28 24 3F 1A 33
Octal 240 243 141 2 0 50 44 77 32 63
Binary 10100000 10100011 1100001 10 0 101000 100100 111111 11010 110011

Color Harmonies of #A0A361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A361

Black with #A0A361

Text Example


Text Example

White with #A0A361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A361; }

 p { color: rgb(160,163,97); }

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

background-color css

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

 a { background-color: rgb(160,163,97); }

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

border-color css

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

 span { border-color: rgb(160,163,97); }

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