Html Css Color HEX #A98144 Muddy Waters

📋 copy color: '#A98144'

red 169 ◦ green 129 ◦ blue 68

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

Shades of Muddy Waters #A98144

Tints of Muddy Waters #A98144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 46.17%
G = 35.25%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98144 (or 0xA98144) is known color: Muddy Waters. HEX triplet: A9, 81 and 44. RGB value is (169,129,68). Sum of RGB (Red+Green+Blue) = 169+129+68=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A98144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98144 is #567EBB. Grayscale: #868686. Windows color (decimal): -5668540 or 4489641. OLE color: 4489641.

HSL color Cylindrical-coordinate representation of color #A98144: hue angle of 36.24º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98144 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 68 -
CMYK 0 0.24 0.60 0.34
HSL 36.24º 0.43% 0.46% -
HSV(B) 36.24º 0.6% 0.66% -
XYZ 25.26 24.55 8.88 -
YUV 134.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 169 129 68 0 0.24 0.60 0.34 36.24 0.43 0.46
Hex A9 81 44 0 18 3C 22 24 2B 2E
Octal 251 201 104 0 30 74 42 44 53 56
Binary 10101001 10000001 1000100 0 11000 111100 100010 100100 101011 101110

Color Harmonies of #A98144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98144

Black with #A98144

Text Example


Text Example

White with #A98144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98144; }

 p { color: rgb(169,129,68); }

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

background-color css

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

 a { background-color: rgb(169,129,68); }

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

border-color css

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

 span { border-color: rgb(169,129,68); }

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