Html Css Color HEX #A16040 Desert

📋 copy color: '#A16040'

red 161 ◦ green 96 ◦ blue 64

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

Shades of Desert #A16040

Tints of Desert #A16040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 50.16%
G = 29.91%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A16040 (or 0xA16040) is known color: Desert. HEX triplet: A1, 60 and 40. RGB value is (161,96,64). Sum of RGB (Red+Green+Blue) = 161+96+64=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A16040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16040 is #5E9FBF. Grayscale: #6F6F6F. Windows color (decimal): -6201280 or 4219041. OLE color: 4219041.

HSL color Cylindrical-coordinate representation of color #A16040: hue angle of 19.79º degrees, saturation: 0.43, 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 #A16040 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 64 -
CMYK 0 0.40 0.60 0.37
HSL 19.79º 0.43% 0.44% -
HSV(B) 19.79º 0.6% 0.63% -
XYZ 19.81 16.31 6.96 -
YUV 111.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 161 96 64 0 0.40 0.60 0.37 19.79 0.43 0.44
Hex A1 60 40 0 28 3C 25 14 2B 2C
Octal 241 140 100 0 50 74 45 24 53 54
Binary 10100001 1100000 1000000 0 101000 111100 100101 10100 101011 101100

Color Harmonies of #A16040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16040

Black with #A16040

Text Example


Text Example

White with #A16040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16040; }

 p { color: rgb(161,96,64); }

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

background-color css

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

 a { background-color: rgb(161,96,64); }

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

border-color css

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

 span { border-color: rgb(161,96,64); }

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