Html Css Color HEX #A09E60 Green Smoke

📋 copy color: '#A09E60'

red 160 ◦ green 158 ◦ blue 96

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

Shades of Green Smoke #A09E60

Tints of Green Smoke #A09E60

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 38.65%
G = 38.16%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A09E60 (or 0xA09E60) is known color: Green Smoke. HEX triplet: A0, 9E and 60. RGB value is (160,158,96). Sum of RGB (Red+Green+Blue) = 160+158+96=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09E60 is #5F619F. Grayscale: #979797. Windows color (decimal): -6250912 or 6332064. OLE color: 6332064.

HSL color Cylindrical-coordinate representation of color #A09E60: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09E60 is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 96 -
CMYK 0 0.01 0.4 0.37
HSL 58.13º 0.25% 0.5% -
HSV(B) 58.13º 0.4% 0.63% -
XYZ 28.84 32.77 15.87 -
YUV 151.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 160 158 96 0 0.01 0.4 0.37 58.13 0.25 0.5
Hex A0 9E 60 0 1 28 25 3A 19 32
Octal 240 236 140 0 1 50 45 72 31 62
Binary 10100000 10011110 1100000 0 1 101000 100101 111010 11001 110010

Color Harmonies of #A09E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E60

Black with #A09E60

Text Example


Text Example

White with #A09E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E60; }

 p { color: rgb(160,158,96); }

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

background-color css

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

 a { background-color: rgb(160,158,96); }

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

border-color css

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

 span { border-color: rgb(160,158,96); }

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