Html Css Color HEX #A0A46D Green Smoke

📋 copy color: '#A0A46D'

red 160 ◦ green 164 ◦ blue 109

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

Shades of Green Smoke #A0A46D

Tints of Green Smoke #A0A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.88%

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

R = 36.95%
G = 37.88%
B = 25.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A0A46D (or 0xA0A46D) is known color: Green Smoke. HEX triplet: A0, A4 and 6D. RGB value is (160,164,109). Sum of RGB (Red+Green+Blue) = 160+164+109=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A46D is #5F5B92. Grayscale: #9C9C9C. Windows color (decimal): -6249363 or 7185568. OLE color: 7185568.

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

Color convert

RGB 160 164 109 -
CMYK 0.02 0 0.34 0.36
HSL 64.36º 0.23% 0.54% -
HSV(B) 64.36º 0.34% 0.64% -
XYZ 30.53 35.13 19.64 -
YUV 156.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 160 164 109 0.02 0 0.34 0.36 64.36 0.23 0.54
Hex A0 A4 6D 2 0 22 24 40 17 36
Octal 240 244 155 2 0 42 44 100 27 66
Binary 10100000 10100100 1101101 10 0 100010 100100 1000000 10111 110110

Color Harmonies of #A0A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A46D

Black with #A0A46D

Text Example


Text Example

White with #A0A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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