Html Css Color HEX #A9864A Muddy Waters

📋 copy color: '#A9864A'

red 169 ◦ green 134 ◦ blue 74

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

Shades of Muddy Waters #A9864A

Tints of Muddy Waters #A9864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 44.83%
G = 35.54%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9864A (or 0xA9864A) is known color: Muddy Waters. HEX triplet: A9, 86 and 4A. RGB value is (169,134,74). Sum of RGB (Red+Green+Blue) = 169+134+74=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9864A is #5679B5. Grayscale: #898989. Windows color (decimal): -5667254 or 4884137. OLE color: 4884137.

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

Color convert

RGB 169 134 74 -
CMYK 0 0.21 0.56 0.34
HSL 37.89º 0.39% 0.48% -
HSV(B) 37.89º 0.56% 0.66% -
XYZ 26.12 25.98 10.12 -
YUV 137.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 169 134 74 0 0.21 0.56 0.34 37.89 0.39 0.48
Hex A9 86 4A 0 15 38 22 26 27 30
Octal 251 206 112 0 25 70 42 46 47 60
Binary 10101001 10000110 1001010 0 10101 111000 100010 100110 100111 110000

Color Harmonies of #A9864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9864A

Black with #A9864A

Text Example


Text Example

White with #A9864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9864A; }

 p { color: rgb(169,134,74); }

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

background-color css

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

 a { background-color: rgb(169,134,74); }

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

border-color css

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

 span { border-color: rgb(169,134,74); }

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