Html Css Color HEX #A49E5B Green Smoke

📋 copy color: '#A49E5B'

red 164 ◦ green 158 ◦ blue 91

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

Shades of Green Smoke #A49E5B

Tints of Green Smoke #A49E5B

RGB

 RED value IS 164 (64.45% from 255) = 39.71%

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 39.71%
G = 38.26%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A49E5B (or 0xA49E5B) is known color: Green Smoke. HEX triplet: A4, 9E and 5B. RGB value is (164,158,91). Sum of RGB (Red+Green+Blue) = 164+158+91=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E5B is #5B61A4. Grayscale: #989898. Windows color (decimal): -5988773 or 6004388. OLE color: 6004388.

HSL color Cylindrical-coordinate representation of color #A49E5B: hue angle of 55.07º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A49E5B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 91 -
CMYK 0 0.04 0.45 0.36
HSL 55.07º 0.29% 0.5% -
HSV(B) 55.07º 0.45% 0.64% -
XYZ 29.43 33.1 14.74 -
YUV 152.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 164 158 91 0 0.04 0.45 0.36 55.07 0.29 0.5
Hex A4 9E 5B 0 4 2D 24 37 1D 32
Octal 244 236 133 0 4 55 44 67 35 62
Binary 10100100 10011110 1011011 0 100 101101 100100 110111 11101 110010

Color Harmonies of #A49E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E5B

Black with #A49E5B

Text Example


Text Example

White with #A49E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E5B; }

 p { color: rgb(164,158,91); }

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

background-color css

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

 a { background-color: rgb(164,158,91); }

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

border-color css

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

 span { border-color: rgb(164,158,91); }

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