Html Css Color HEX #A19F61 Green Smoke

📋 copy color: '#A19F61'

red 161 ◦ green 159 ◦ blue 97

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

Shades of Green Smoke #A19F61

Tints of Green Smoke #A19F61

RGB

 RED value IS 161 (63.28% from 255) = 38.61%

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

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 38.61%
G = 38.13%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19F61 (or 0xA19F61) is known color: Green Smoke. HEX triplet: A1, 9F and 61. RGB value is (161,159,97). Sum of RGB (Red+Green+Blue) = 161+159+97=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F61 is #5E609E. Grayscale: #989898. Windows color (decimal): -6185119 or 6397857. OLE color: 6397857.

HSL color Cylindrical-coordinate representation of color #A19F61: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19F61 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 159 97 -
CMYK 0 0.01 0.40 0.37
HSL 58.13º 0.25% 0.51% -
HSV(B) 58.13º 0.4% 0.63% -
XYZ 29.25 33.24 16.18 -
YUV 152.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 161 159 97 0 0.01 0.40 0.37 58.13 0.25 0.51
Hex A1 9F 61 0 1 28 25 3A 19 33
Octal 241 237 141 0 1 50 45 72 31 63
Binary 10100001 10011111 1100001 0 1 101000 100101 111010 11001 110011

Color Harmonies of #A19F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19F61

Black with #A19F61

Text Example


Text Example

White with #A19F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19F61; }

 p { color: rgb(161,159,97); }

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

background-color css

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

 a { background-color: rgb(161,159,97); }

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

border-color css

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

 span { border-color: rgb(161,159,97); }

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