Html Css Color HEX #A0A36D Green Smoke

📋 copy color: '#A0A36D'

red 160 ◦ green 163 ◦ blue 109

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

Shades of Green Smoke #A0A36D

Tints of Green Smoke #A0A36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 37.04%
G = 37.73%
B = 25.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A0A36D (or 0xA0A36D) is known color: Green Smoke. HEX triplet: A0, A3 and 6D. RGB value is (160,163,109). Sum of RGB (Red+Green+Blue) = 160+163+109=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A36D is #5F5C92. Grayscale: #9C9C9C. Windows color (decimal): -6249619 or 7185312. OLE color: 7185312.

HSL color Cylindrical-coordinate representation of color #A0A36D: hue angle of 63.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A36D is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 109 -
CMYK 0.02 0 0.33 0.36
HSL 63.33º 0.23% 0.53% -
HSV(B) 63.33º 0.33% 0.64% -
XYZ 30.35 34.77 19.58 -
YUV 155.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 160 163 109 0.02 0 0.33 0.36 63.33 0.23 0.53
Hex A0 A3 6D 2 0 21 24 3F 17 35
Octal 240 243 155 2 0 41 44 77 27 65
Binary 10100000 10100011 1101101 10 0 100001 100100 111111 10111 110101

Color Harmonies of #A0A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A36D

Black with #A0A36D

Text Example


Text Example

White with #A0A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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