Html Css Color HEX #A6894A Muddy Waters

📋 copy color: '#A6894A'

red 166 ◦ green 137 ◦ blue 74

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

Shades of Muddy Waters #A6894A

Tints of Muddy Waters #A6894A

RGB

 RED value IS 166 (65.23% from 255) = 44.03%

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 44.03%
G = 36.34%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6894A (or 0xA6894A) is known color: Muddy Waters. HEX triplet: A6, 89 and 4A. RGB value is (166,137,74). Sum of RGB (Red+Green+Blue) = 166+137+74=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6894A is #5976B5. Grayscale: #8A8A8A. Windows color (decimal): -5863094 or 4884902. OLE color: 4884902.

HSL color Cylindrical-coordinate representation of color #A6894A: hue angle of 41.09º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6894A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 74 -
CMYK 0 0.17 0.55 0.35
HSL 41.09º 0.38% 0.47% -
HSV(B) 41.09º 0.55% 0.65% -
XYZ 25.91 26.49 10.23 -
YUV 138.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 166 137 74 0 0.17 0.55 0.35 41.09 0.38 0.47
Hex A6 89 4A 0 11 37 23 29 26 2F
Octal 246 211 112 0 21 67 43 51 46 57
Binary 10100110 10001001 1001010 0 10001 110111 100011 101001 100110 101111

Color Harmonies of #A6894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6894A

Black with #A6894A

Text Example


Text Example

White with #A6894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6894A; }

 p { color: rgb(166,137,74); }

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

background-color css

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

 a { background-color: rgb(166,137,74); }

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

border-color css

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

 span { border-color: rgb(166,137,74); }

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