Html Css Color HEX #A0A46E Green Smoke

📋 copy color: '#A0A46E'

red 160 ◦ green 164 ◦ blue 110

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

Shades of Green Smoke #A0A46E

Tints of Green Smoke #A0A46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 36.87%
G = 37.79%
B = 25.35%

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

#A0A46E (or 0xA0A46E) is known color: Green Smoke. HEX triplet: A0, A4 and 6E. RGB value is (160,164,110). Sum of RGB (Red+Green+Blue) = 160+164+110=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A46E is #5F5B91. Grayscale: #9C9C9C. Windows color (decimal): -6249362 or 7251104. OLE color: 7251104.

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

Color convert

RGB 160 164 110 -
CMYK 0.02 0 0.33 0.36
HSL 64.44º 0.23% 0.54% -
HSV(B) 64.44º 0.33% 0.64% -
XYZ 30.59 35.15 19.92 -
YUV 156.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 160 164 110 0.02 0 0.33 0.36 64.44 0.23 0.54
Hex A0 A4 6E 2 0 21 24 40 17 36
Octal 240 244 156 2 0 41 44 100 27 66
Binary 10100000 10100100 1101110 10 0 100001 100100 1000000 10111 110110

Color Harmonies of #A0A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A46E

Black with #A0A46E

Text Example


Text Example

White with #A0A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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