Html Css Color HEX #A97E42 Muddy Waters

📋 copy color: '#A97E42'

red 169 ◦ green 126 ◦ blue 66

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

Shades of Muddy Waters #A97E42

Tints of Muddy Waters #A97E42

RGB

 RED value IS 169 (66.41% from 255) = 46.81%

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

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

R = 46.81%
G = 34.9%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A97E42 (or 0xA97E42) is known color: Muddy Waters. HEX triplet: A9, 7E and 42. RGB value is (169,126,66). Sum of RGB (Red+Green+Blue) = 169+126+66=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97E42 is #5681BD. Grayscale: #848484. Windows color (decimal): -5669310 or 4357801. OLE color: 4357801.

HSL color Cylindrical-coordinate representation of color #A97E42: hue angle of 34.95º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A97E42 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 126 66 -
CMYK 0 0.25 0.61 0.34
HSL 34.95º 0.44% 0.46% -
HSV(B) 34.95º 0.61% 0.66% -
XYZ 24.81 23.75 8.43 -
YUV 132.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 169 126 66 0 0.25 0.61 0.34 34.95 0.44 0.46
Hex A9 7E 42 0 19 3D 22 23 2C 2E
Octal 251 176 102 0 31 75 42 43 54 56
Binary 10101001 1111110 1000010 0 11001 111101 100010 100011 101100 101110

Color Harmonies of #A97E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97E42

Black with #A97E42

Text Example


Text Example

White with #A97E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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