Html Css Color HEX #A37E42 Muddy Waters

📋 copy color: '#A37E42'

red 163 ◦ green 126 ◦ blue 66

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

Shades of Muddy Waters #A37E42

Tints of Muddy Waters #A37E42

RGB

 RED value IS 163 (64.06% from 255) = 45.92%

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 45.92%
G = 35.49%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37E42 (or 0xA37E42) is known color: Muddy Waters. HEX triplet: A3, 7E and 42. RGB value is (163,126,66). Sum of RGB (Red+Green+Blue) = 163+126+66=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E42 is #5C81BD. Grayscale: #828282. Windows color (decimal): -6062526 or 4357795. OLE color: 4357795.

HSL color Cylindrical-coordinate representation of color #A37E42: hue angle of 37.11º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37E42 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 126 66 -
CMYK 0 0.23 0.60 0.36
HSL 37.11º 0.42% 0.45% -
HSV(B) 37.11º 0.6% 0.64% -
XYZ 23.55 23.1 8.37 -
YUV 130.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 163 126 66 0 0.23 0.60 0.36 37.11 0.42 0.45
Hex A3 7E 42 0 17 3C 24 25 2A 2D
Octal 243 176 102 0 27 74 44 45 52 55
Binary 10100011 1111110 1000010 0 10111 111100 100100 100101 101010 101101

Color Harmonies of #A37E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E42

Black with #A37E42

Text Example


Text Example

White with #A37E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E42; }

 p { color: rgb(163,126,66); }

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

background-color css

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

 a { background-color: rgb(163,126,66); }

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

border-color css

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

 span { border-color: rgb(163,126,66); }

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