Html Css Color HEX #A09E50 Green Smoke

📋 copy color: '#A09E50'

red 160 ◦ green 158 ◦ blue 80

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

Shades of Green Smoke #A09E50

Tints of Green Smoke #A09E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 40.2%
G = 39.7%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A09E50 (or 0xA09E50) is known color: Green Smoke. HEX triplet: A0, 9E and 50. RGB value is (160,158,80). Sum of RGB (Red+Green+Blue) = 160+158+80=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09E50 is #5F61AF. Grayscale: #969696. Windows color (decimal): -6250928 or 5283488. OLE color: 5283488.

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

Color convert

RGB 160 158 80 -
CMYK 0 0.01 0.5 0.37
HSL 58.5º 0.33% 0.47% -
HSV(B) 58.5º 0.5% 0.63% -
XYZ 28.17 32.51 12.38 -
YUV 149.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 160 158 80 0 0.01 0.5 0.37 58.5 0.33 0.47
Hex A0 9E 50 0 1 32 25 3A 21 2F
Octal 240 236 120 0 1 62 45 72 41 57
Binary 10100000 10011110 1010000 0 1 110010 100101 111010 100001 101111

Color Harmonies of #A09E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E50

Black with #A09E50

Text Example


Text Example

White with #A09E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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