Html Css Color HEX #A9864C Muddy Waters

📋 copy color: '#A9864C'

red 169 ◦ green 134 ◦ blue 76

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

Shades of Muddy Waters #A9864C

Tints of Muddy Waters #A9864C

RGB

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

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

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

R = 44.59%
G = 35.36%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9864C (or 0xA9864C) is known color: Muddy Waters. HEX triplet: A9, 86 and 4C. RGB value is (169,134,76). Sum of RGB (Red+Green+Blue) = 169+134+76=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9864C is #5679B3. Grayscale: #8A8A8A. Windows color (decimal): -5667252 or 5015209. OLE color: 5015209.

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

Color convert

RGB 169 134 76 -
CMYK 0 0.21 0.55 0.34
HSL 37.42º 0.38% 0.48% -
HSV(B) 37.42º 0.55% 0.66% -
XYZ 26.19 26.01 10.48 -
YUV 137.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 169 134 76 0 0.21 0.55 0.34 37.42 0.38 0.48
Hex A9 86 4C 0 15 37 22 25 26 30
Octal 251 206 114 0 25 67 42 45 46 60
Binary 10101001 10000110 1001100 0 10101 110111 100010 100101 100110 110000

Color Harmonies of #A9864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9864C

Black with #A9864C

Text Example


Text Example

White with #A9864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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