Html Css Color HEX #A29F5D Green Smoke

📋 copy color: '#A29F5D'

red 162 ◦ green 159 ◦ blue 93

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

Shades of Green Smoke #A29F5D

Tints of Green Smoke #A29F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 39.13%
G = 38.41%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A29F5D (or 0xA29F5D) is known color: Green Smoke. HEX triplet: A2, 9F and 5D. RGB value is (162,159,93). Sum of RGB (Red+Green+Blue) = 162+159+93=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5D is #5D60A2. Grayscale: #989898. Windows color (decimal): -6119587 or 6135714. OLE color: 6135714.

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

Color convert

RGB 162 159 93 -
CMYK 0 0.02 0.43 0.36
HSL 57.39º 0.27% 0.5% -
HSV(B) 57.39º 0.43% 0.64% -
XYZ 29.27 33.27 15.23 -
YUV 152.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 162 159 93 0 0.02 0.43 0.36 57.39 0.27 0.5
Hex A2 9F 5D 0 2 2B 24 39 1B 32
Octal 242 237 135 0 2 53 44 71 33 62
Binary 10100010 10011111 1011101 0 10 101011 100100 111001 11011 110010

Color Harmonies of #A29F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F5D

Black with #A29F5D

Text Example


Text Example

White with #A29F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F5D; }

 p { color: rgb(162,159,93); }

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

background-color css

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

 a { background-color: rgb(162,159,93); }

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

border-color css

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

 span { border-color: rgb(162,159,93); }

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