Html Css Color HEX #A9844C Muddy Waters

📋 copy color: '#A9844C'

red 169 ◦ green 132 ◦ blue 76

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

Shades of Muddy Waters #A9844C

Tints of Muddy Waters #A9844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 44.83%
G = 35.01%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9844C (or 0xA9844C) is known color: Muddy Waters. HEX triplet: A9, 84 and 4C. RGB value is (169,132,76). Sum of RGB (Red+Green+Blue) = 169+132+76=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9844C is #567BB3. Grayscale: #888888. Windows color (decimal): -5667764 or 5014697. OLE color: 5014697.

HSL color Cylindrical-coordinate representation of color #A9844C: hue angle of 36.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9844C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 76 -
CMYK 0 0.22 0.55 0.34
HSL 36.13º 0.38% 0.48% -
HSV(B) 36.13º 0.55% 0.66% -
XYZ 25.92 25.46 10.39 -
YUV 136.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 169 132 76 0 0.22 0.55 0.34 36.13 0.38 0.48
Hex A9 84 4C 0 16 37 22 24 26 30
Octal 251 204 114 0 26 67 42 44 46 60
Binary 10101001 10000100 1001100 0 10110 110111 100010 100100 100110 110000

Color Harmonies of #A9844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9844C

Black with #A9844C

Text Example


Text Example

White with #A9844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9844C; }

 p { color: rgb(169,132,76); }

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

background-color css

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

 a { background-color: rgb(169,132,76); }

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

border-color css

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

 span { border-color: rgb(169,132,76); }

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