Html Css Color HEX #A0874B Muddy Waters

📋 copy color: '#A0874B'

red 160 ◦ green 135 ◦ blue 75

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

Shades of Muddy Waters #A0874B

Tints of Muddy Waters #A0874B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 43.24%
G = 36.49%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0874B (or 0xA0874B) is known color: Muddy Waters. HEX triplet: A0, 87 and 4B. RGB value is (160,135,75). Sum of RGB (Red+Green+Blue) = 160+135+75=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0874B is #5F78B4. Grayscale: #878787. Windows color (decimal): -6256821 or 4949920. OLE color: 4949920.

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

Color convert

RGB 160 135 75 -
CMYK 0 0.16 0.53 0.37
HSL 42.35º 0.36% 0.46% -
HSV(B) 42.35º 0.53% 0.63% -
XYZ 24.43 25.31 10.25 -
YUV 135.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 160 135 75 0 0.16 0.53 0.37 42.35 0.36 0.46
Hex A0 87 4B 0 10 35 25 2A 24 2E
Octal 240 207 113 0 20 65 45 52 44 56
Binary 10100000 10000111 1001011 0 10000 110101 100101 101010 100100 101110

Color Harmonies of #A0874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0874B

Black with #A0874B

Text Example


Text Example

White with #A0874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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