Html Css Color HEX #A98548 Muddy Waters

📋 copy color: '#A98548'

red 169 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #A98548

Tints of Muddy Waters #A98548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 45.19%
G = 35.56%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A98548 (or 0xA98548) is known color: Muddy Waters. HEX triplet: A9, 85 and 48. RGB value is (169,133,72). Sum of RGB (Red+Green+Blue) = 169+133+72=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98548 is #567AB7. Grayscale: #898989. Windows color (decimal): -5667512 or 4752809. OLE color: 4752809.

HSL color Cylindrical-coordinate representation of color #A98548: hue angle of 37.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A98548 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 72 -
CMYK 0 0.21 0.57 0.34
HSL 37.73º 0.4% 0.47% -
HSV(B) 37.73º 0.57% 0.66% -
XYZ 25.92 25.68 9.72 -
YUV 136.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 169 133 72 0 0.21 0.57 0.34 37.73 0.4 0.47
Hex A9 85 48 0 15 39 22 26 28 2F
Octal 251 205 110 0 25 71 42 46 50 57
Binary 10101001 10000101 1001000 0 10101 111001 100010 100110 101000 101111

Color Harmonies of #A98548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98548

Black with #A98548

Text Example


Text Example

White with #A98548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98548; }

 p { color: rgb(169,133,72); }

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

background-color css

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

 a { background-color: rgb(169,133,72); }

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

border-color css

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

 span { border-color: rgb(169,133,72); }

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