Html Css Color HEX #A0894B Muddy Waters

📋 copy color: '#A0894B'

red 160 ◦ green 137 ◦ blue 75

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

Shades of Muddy Waters #A0894B

Tints of Muddy Waters #A0894B

RGB

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

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

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

R = 43.01%
G = 36.83%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0894B (or 0xA0894B) is known color: Muddy Waters. HEX triplet: A0, 89 and 4B. RGB value is (160,137,75). Sum of RGB (Red+Green+Blue) = 160+137+75=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0894B is #5F76B4. Grayscale: #898989. Windows color (decimal): -6256309 or 4950432. OLE color: 4950432.

HSL color Cylindrical-coordinate representation of color #A0894B: hue angle of 43.76º 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 #A0894B is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 75 -
CMYK 0 0.14 0.53 0.37
HSL 43.76º 0.36% 0.46% -
HSV(B) 43.76º 0.53% 0.63% -
XYZ 24.71 25.87 10.35 -
YUV 136.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 160 137 75 0 0.14 0.53 0.37 43.76 0.36 0.46
Hex A0 89 4B 0 E 35 25 2C 24 2E
Octal 240 211 113 0 16 65 45 54 44 56
Binary 10100000 10001001 1001011 0 1110 110101 100101 101100 100100 101110

Color Harmonies of #A0894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0894B

Black with #A0894B

Text Example


Text Example

White with #A0894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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