Html Css Color HEX #A67745 Muddy Waters

📋 copy color: '#A67745'

red 166 ◦ green 119 ◦ blue 69

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

Shades of Muddy Waters #A67745

Tints of Muddy Waters #A67745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 46.89%
G = 33.62%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A67745 (or 0xA67745) is known color: Muddy Waters. HEX triplet: A6, 77 and 45. RGB value is (166,119,69). Sum of RGB (Red+Green+Blue) = 166+119+69=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A67745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67745 is #5988BA. Grayscale: #7F7F7F. Windows color (decimal): -5867707 or 4552614. OLE color: 4552614.

HSL color Cylindrical-coordinate representation of color #A67745: hue angle of 30.93º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A67745 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 69 -
CMYK 0 0.28 0.58 0.35
HSL 30.93º 0.41% 0.46% -
HSV(B) 30.93º 0.58% 0.65% -
XYZ 23.4 21.73 8.59 -
YUV 127.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 166 119 69 0 0.28 0.58 0.35 30.93 0.41 0.46
Hex A6 77 45 0 1C 3A 23 1F 29 2E
Octal 246 167 105 0 34 72 43 37 51 56
Binary 10100110 1110111 1000101 0 11100 111010 100011 11111 101001 101110

Color Harmonies of #A67745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67745

Black with #A67745

Text Example


Text Example

White with #A67745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67745; }

 p { color: rgb(166,119,69); }

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

background-color css

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

 a { background-color: rgb(166,119,69); }

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

border-color css

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

 span { border-color: rgb(166,119,69); }

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