Html Css Color HEX #A07E43 Muddy Waters

📋 copy color: '#A07E43'

red 160 ◦ green 126 ◦ blue 67

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

Shades of Muddy Waters #A07E43

Tints of Muddy Waters #A07E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.98%

R = 45.33%
G = 35.69%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07E43 (or 0xA07E43) is known color: Muddy Waters. HEX triplet: A0, 7E and 43. RGB value is (160,126,67). Sum of RGB (Red+Green+Blue) = 160+126+67=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E43 is #5F81BC. Grayscale: #818181. Windows color (decimal): -6259133 or 4423328. OLE color: 4423328.

HSL color Cylindrical-coordinate representation of color #A07E43: hue angle of 38.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A07E43 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 67 -
CMYK 0 0.21 0.58 0.37
HSL 38.06º 0.41% 0.45% -
HSV(B) 38.06º 0.58% 0.63% -
XYZ 22.97 22.8 8.5 -
YUV 129.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 160 126 67 0 0.21 0.58 0.37 38.06 0.41 0.45
Hex A0 7E 43 0 15 3A 25 26 29 2D
Octal 240 176 103 0 25 72 45 46 51 55
Binary 10100000 1111110 1000011 0 10101 111010 100101 100110 101001 101101

Color Harmonies of #A07E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E43

Black with #A07E43

Text Example


Text Example

White with #A07E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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