Html Css Color HEX #A39F5F Green Smoke

📋 copy color: '#A39F5F'

red 163 ◦ green 159 ◦ blue 95

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

Shades of Green Smoke #A39F5F

Tints of Green Smoke #A39F5F

RGB

 RED value IS 163 (64.06% from 255) = 39.09%

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

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

R = 39.09%
G = 38.13%
B = 22.78%

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

#A39F5F (or 0xA39F5F) is known color: Green Smoke. HEX triplet: A3, 9F and 5F. RGB value is (163,159,95). Sum of RGB (Red+Green+Blue) = 163+159+95=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F5F is #5C60A0. Grayscale: #999999. Windows color (decimal): -6054049 or 6266787. OLE color: 6266787.

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

Color convert

RGB 163 159 95 -
CMYK 0 0.02 0.42 0.36
HSL 56.47º 0.27% 0.51% -
HSV(B) 56.47º 0.42% 0.64% -
XYZ 29.57 33.41 15.72 -
YUV 152.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 163 159 95 0 0.02 0.42 0.36 56.47 0.27 0.51
Hex A3 9F 5F 0 2 2A 24 38 1B 33
Octal 243 237 137 0 2 52 44 70 33 63
Binary 10100011 10011111 1011111 0 10 101010 100100 111000 11011 110011

Color Harmonies of #A39F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39F5F

Black with #A39F5F

Text Example


Text Example

White with #A39F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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