Html Css Color HEX #A17F42 Muddy Waters

📋 copy color: '#A17F42'

red 161 ◦ green 127 ◦ blue 66

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

Shades of Muddy Waters #A17F42

Tints of Muddy Waters #A17F42

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 45.48%
G = 35.88%
B = 18.64%

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

#A17F42 (or 0xA17F42) is known color: Muddy Waters. HEX triplet: A1, 7F and 42. RGB value is (161,127,66). Sum of RGB (Red+Green+Blue) = 161+127+66=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F42 is #5E80BD. Grayscale: #828282. Windows color (decimal): -6193342 or 4358049. OLE color: 4358049.

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

Color convert

RGB 161 127 66 -
CMYK 0 0.21 0.59 0.37
HSL 38.53º 0.42% 0.45% -
HSV(B) 38.53º 0.59% 0.63% -
XYZ 23.27 23.15 8.4 -
YUV 130.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 161 127 66 0 0.21 0.59 0.37 38.53 0.42 0.45
Hex A1 7F 42 0 15 3B 25 27 2A 2D
Octal 241 177 102 0 25 73 45 47 52 55
Binary 10100001 1111111 1000010 0 10101 111011 100101 100111 101010 101101

Color Harmonies of #A17F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F42

Black with #A17F42

Text Example


Text Example

White with #A17F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F42; }

 p { color: rgb(161,127,66); }

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

background-color css

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

 a { background-color: rgb(161,127,66); }

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

border-color css

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

 span { border-color: rgb(161,127,66); }

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