Html Css Color HEX #A16241 Desert

📋 copy color: '#A16241'

red 161 ◦ green 98 ◦ blue 65

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

Shades of Desert #A16241

Tints of Desert #A16241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 49.69%
G = 30.25%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A16241 (or 0xA16241) is known color: Desert. HEX triplet: A1, 62 and 41. RGB value is (161,98,65). Sum of RGB (Red+Green+Blue) = 161+98+65=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A16241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16241 is #5E9DBE. Grayscale: #717171. Windows color (decimal): -6200767 or 4285089. OLE color: 4285089.

HSL color Cylindrical-coordinate representation of color #A16241: hue angle of 20.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16241 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 65 -
CMYK 0 0.39 0.60 0.37
HSL 20.63º 0.42% 0.44% -
HSV(B) 20.63º 0.6% 0.63% -
XYZ 20.02 16.69 7.17 -
YUV 113.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 161 98 65 0 0.39 0.60 0.37 20.63 0.42 0.44
Hex A1 62 41 0 27 3C 25 15 2A 2C
Octal 241 142 101 0 47 74 45 25 52 54
Binary 10100001 1100010 1000001 0 100111 111100 100101 10101 101010 101100

Color Harmonies of #A16241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16241

Black with #A16241

Text Example


Text Example

White with #A16241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16241; }

 p { color: rgb(161,98,65); }

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

background-color css

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

 a { background-color: rgb(161,98,65); }

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

border-color css

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

 span { border-color: rgb(161,98,65); }

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