Html Css Color HEX #A29F5F Green Smoke

📋 copy color: '#A29F5F'

red 162 ◦ green 159 ◦ blue 95

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

Shades of Green Smoke #A29F5F

Tints of Green Smoke #A29F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 38.94%
G = 38.22%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A29F5F (or 0xA29F5F) is known color: Green Smoke. HEX triplet: A2, 9F and 5F. RGB value is (162,159,95). Sum of RGB (Red+Green+Blue) = 162+159+95=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5F is #5D60A0. Grayscale: #989898. Windows color (decimal): -6119585 or 6266786. OLE color: 6266786.

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

Color convert

RGB 162 159 95 -
CMYK 0 0.02 0.41 0.36
HSL 57.31º 0.26% 0.5% -
HSV(B) 57.31º 0.41% 0.64% -
XYZ 29.36 33.3 15.71 -
YUV 152.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 162 159 95 0 0.02 0.41 0.36 57.31 0.26 0.5
Hex A2 9F 5F 0 2 29 24 39 1A 32
Octal 242 237 137 0 2 51 44 71 32 62
Binary 10100010 10011111 1011111 0 10 101001 100100 111001 11010 110010

Color Harmonies of #A29F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F5F

Black with #A29F5F

Text Example


Text Example

White with #A29F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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