Html Css Color HEX #A29E5E Green Smoke

📋 copy color: '#A29E5E'

red 162 ◦ green 158 ◦ blue 94

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

Shades of Green Smoke #A29E5E

Tints of Green Smoke #A29E5E

RGB

 RED value IS 162 (63.67% from 255) = 39.13%

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

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

R = 39.13%
G = 38.16%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A29E5E (or 0xA29E5E) is known color: Green Smoke. HEX triplet: A2, 9E and 5E. RGB value is (162,158,94). Sum of RGB (Red+Green+Blue) = 162+158+94=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E5E is #5D61A1. Grayscale: #989898. Windows color (decimal): -6119842 or 6200994. OLE color: 6200994.

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

Color convert

RGB 162 158 94 -
CMYK 0 0.02 0.42 0.36
HSL 56.47º 0.27% 0.5% -
HSV(B) 56.47º 0.42% 0.64% -
XYZ 29.15 32.94 15.41 -
YUV 151.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 162 158 94 0 0.02 0.42 0.36 56.47 0.27 0.5
Hex A2 9E 5E 0 2 2A 24 38 1B 32
Octal 242 236 136 0 2 52 44 70 33 62
Binary 10100010 10011110 1011110 0 10 101010 100100 111000 11011 110010

Color Harmonies of #A29E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E5E

Black with #A29E5E

Text Example


Text Example

White with #A29E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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