Html Css Color HEX #A07D41 Muddy Waters

📋 copy color: '#A07D41'

red 160 ◦ green 125 ◦ blue 65

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

Shades of Muddy Waters #A07D41

Tints of Muddy Waters #A07D41

RGB

 RED value IS 160 (62.89% from 255) = 45.71%

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 45.71%
G = 35.71%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07D41 (or 0xA07D41) is known color: Muddy Waters. HEX triplet: A0, 7D and 41. RGB value is (160,125,65). Sum of RGB (Red+Green+Blue) = 160+125+65=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D41 is #5F82BE. Grayscale: #808080. Windows color (decimal): -6259391 or 4292000. OLE color: 4292000.

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

Color convert

RGB 160 125 65 -
CMYK 0 0.22 0.59 0.37
HSL 37.89º 0.42% 0.44% -
HSV(B) 37.89º 0.59% 0.63% -
XYZ 22.78 22.52 8.15 -
YUV 128.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 160 125 65 0 0.22 0.59 0.37 37.89 0.42 0.44
Hex A0 7D 41 0 16 3B 25 26 2A 2C
Octal 240 175 101 0 26 73 45 46 52 54
Binary 10100000 1111101 1000001 0 10110 111011 100101 100110 101010 101100

Color Harmonies of #A07D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D41

Black with #A07D41

Text Example


Text Example

White with #A07D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D41; }

 p { color: rgb(160,125,65); }

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

background-color css

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

 a { background-color: rgb(160,125,65); }

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

border-color css

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

 span { border-color: rgb(160,125,65); }

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