Html Css Color HEX #A97D54 Muddy Waters

📋 copy color: '#A97D54'

red 169 ◦ green 125 ◦ blue 84

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

Shades of Muddy Waters #A97D54

Tints of Muddy Waters #A97D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 44.71%
G = 33.07%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A97D54 (or 0xA97D54) is known color: Muddy Waters. HEX triplet: A9, 7D and 54. RGB value is (169,125,84). Sum of RGB (Red+Green+Blue) = 169+125+84=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D54 is #5682AB. Grayscale: #858585. Windows color (decimal): -5669548 or 5537193. OLE color: 5537193.

HSL color Cylindrical-coordinate representation of color #A97D54: hue angle of 28.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A97D54 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 84 -
CMYK 0 0.26 0.50 0.34
HSL 28.94º 0.34% 0.5% -
HSV(B) 28.94º 0.5% 0.66% -
XYZ 25.3 23.74 11.64 -
YUV 133.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 169 125 84 0 0.26 0.50 0.34 28.94 0.34 0.5
Hex A9 7D 54 0 1A 32 22 1D 22 32
Octal 251 175 124 0 32 62 42 35 42 62
Binary 10101001 1111101 1010100 0 11010 110010 100010 11101 100010 110010

Color Harmonies of #A97D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D54

Black with #A97D54

Text Example


Text Example

White with #A97D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D54; }

 p { color: rgb(169,125,84); }

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

background-color css

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

 a { background-color: rgb(169,125,84); }

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

border-color css

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

 span { border-color: rgb(169,125,84); }

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