Html Css Color HEX #A07E41 Muddy Waters

📋 copy color: '#A07E41'

red 160 ◦ green 126 ◦ blue 65

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

Shades of Muddy Waters #A07E41

Tints of Muddy Waters #A07E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

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

R = 45.58%
G = 35.9%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07E41 (or 0xA07E41) is known color: Muddy Waters. HEX triplet: A0, 7E and 41. RGB value is (160,126,65). Sum of RGB (Red+Green+Blue) = 160+126+65=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E41 is #5F81BE. Grayscale: #818181. Windows color (decimal): -6259135 or 4292256. OLE color: 4292256.

HSL color Cylindrical-coordinate representation of color #A07E41: hue angle of 38.53º 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 #A07E41 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 65 -
CMYK 0 0.21 0.59 0.37
HSL 38.53º 0.42% 0.44% -
HSV(B) 38.53º 0.59% 0.63% -
XYZ 22.91 22.78 8.19 -
YUV 129.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 160 126 65 0 0.21 0.59 0.37 38.53 0.42 0.44
Hex A0 7E 41 0 15 3B 25 27 2A 2C
Octal 240 176 101 0 25 73 45 47 52 54
Binary 10100000 1111110 1000001 0 10101 111011 100101 100111 101010 101100

Color Harmonies of #A07E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E41

Black with #A07E41

Text Example


Text Example

White with #A07E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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