Html Css Color HEX #A19E5E Green Smoke

📋 copy color: '#A19E5E'

red 161 ◦ green 158 ◦ blue 94

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

Shades of Green Smoke #A19E5E

Tints of Green Smoke #A19E5E

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 38.98%
G = 38.26%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A19E5E (or 0xA19E5E) is known color: Green Smoke. HEX triplet: A1, 9E and 5E. RGB value is (161,158,94). Sum of RGB (Red+Green+Blue) = 161+158+94=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19E5E is #5E61A1. Grayscale: #979797. Windows color (decimal): -6185378 or 6200993. OLE color: 6200993.

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

Color convert

RGB 161 158 94 -
CMYK 0 0.02 0.42 0.37
HSL 57.31º 0.26% 0.5% -
HSV(B) 57.31º 0.42% 0.63% -
XYZ 28.95 32.84 15.4 -
YUV 151.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 161 158 94 0 0.02 0.42 0.37 57.31 0.26 0.5
Hex A1 9E 5E 0 2 2A 25 39 1A 32
Octal 241 236 136 0 2 52 45 71 32 62
Binary 10100001 10011110 1011110 0 10 101010 100101 111001 11010 110010

Color Harmonies of #A19E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19E5E

Black with #A19E5E

Text Example


Text Example

White with #A19E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19E5E; }

 p { color: rgb(161,158,94); }

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

background-color css

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

 a { background-color: rgb(161,158,94); }

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

border-color css

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

 span { border-color: rgb(161,158,94); }

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