Html Css Color HEX #A0844B Muddy Waters

📋 copy color: '#A0844B'

red 160 ◦ green 132 ◦ blue 75

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

Shades of Muddy Waters #A0844B

Tints of Muddy Waters #A0844B

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 43.6%
G = 35.97%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0844B (or 0xA0844B) is known color: Muddy Waters. HEX triplet: A0, 84 and 4B. RGB value is (160,132,75). Sum of RGB (Red+Green+Blue) = 160+132+75=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0844B is #5F7BB4. Grayscale: #868686. Windows color (decimal): -6257589 or 4949152. OLE color: 4949152.

HSL color Cylindrical-coordinate representation of color #A0844B: hue angle of 40.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0844B is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 75 -
CMYK 0 0.17 0.53 0.37
HSL 40.24º 0.36% 0.46% -
HSV(B) 40.24º 0.53% 0.63% -
XYZ 24.02 24.48 10.12 -
YUV 133.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 160 132 75 0 0.17 0.53 0.37 40.24 0.36 0.46
Hex A0 84 4B 0 11 35 25 28 24 2E
Octal 240 204 113 0 21 65 45 50 44 56
Binary 10100000 10000100 1001011 0 10001 110101 100101 101000 100100 101110

Color Harmonies of #A0844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0844B

Black with #A0844B

Text Example


Text Example

White with #A0844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0844B; }

 p { color: rgb(160,132,75); }

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

background-color css

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

 a { background-color: rgb(160,132,75); }

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

border-color css

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

 span { border-color: rgb(160,132,75); }

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