Html Css Color HEX #A29F54 Green Smoke

📋 copy color: '#A29F54'

red 162 ◦ green 159 ◦ blue 84

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

Shades of Green Smoke #A29F54

Tints of Green Smoke #A29F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 40%
G = 39.26%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A29F54 (or 0xA29F54) is known color: Green Smoke. HEX triplet: A2, 9F and 54. RGB value is (162,159,84). Sum of RGB (Red+Green+Blue) = 162+159+84=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F54 is #5D60AB. Grayscale: #979797. Windows color (decimal): -6119596 or 5545890. OLE color: 5545890.

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

Color convert

RGB 162 159 84 -
CMYK 0 0.02 0.48 0.36
HSL 57.69º 0.32% 0.48% -
HSV(B) 57.69º 0.48% 0.64% -
XYZ 28.9 33.12 13.26 -
YUV 151.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 162 159 84 0 0.02 0.48 0.36 57.69 0.32 0.48
Hex A2 9F 54 0 2 30 24 3A 20 30
Octal 242 237 124 0 2 60 44 72 40 60
Binary 10100010 10011111 1010100 0 10 110000 100100 111010 100000 110000

Color Harmonies of #A29F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F54

Black with #A29F54

Text Example


Text Example

White with #A29F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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