Html Css Color HEX #A9834C Muddy Waters

📋 copy color: '#A9834C'

red 169 ◦ green 131 ◦ blue 76

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

Shades of Muddy Waters #A9834C

Tints of Muddy Waters #A9834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 44.95%
G = 34.84%
B = 20.21%

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

#A9834C (or 0xA9834C) is known color: Muddy Waters. HEX triplet: A9, 83 and 4C. RGB value is (169,131,76). Sum of RGB (Red+Green+Blue) = 169+131+76=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9834C is #567CB3. Grayscale: #888888. Windows color (decimal): -5668020 or 5014441. OLE color: 5014441.

HSL color Cylindrical-coordinate representation of color #A9834C: hue angle of 35.48º 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 #A9834C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 131 76 -
CMYK 0 0.22 0.55 0.34
HSL 35.48º 0.38% 0.48% -
HSV(B) 35.48º 0.55% 0.66% -
XYZ 25.78 25.19 10.34 -
YUV 136.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 169 131 76 0 0.22 0.55 0.34 35.48 0.38 0.48
Hex A9 83 4C 0 16 37 22 23 26 30
Octal 251 203 114 0 26 67 42 43 46 60
Binary 10101001 10000011 1001100 0 10110 110111 100010 100011 100110 110000

Color Harmonies of #A9834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9834C

Black with #A9834C

Text Example


Text Example

White with #A9834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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