Html Css Color HEX #A1874B Muddy Waters

📋 copy color: '#A1874B'

red 161 ◦ green 135 ◦ blue 75

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

Shades of Muddy Waters #A1874B

Tints of Muddy Waters #A1874B

RGB

 RED value IS 161 (63.28% from 255) = 43.4%

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

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

R = 43.4%
G = 36.39%
B = 20.22%

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

#A1874B (or 0xA1874B) is known color: Muddy Waters. HEX triplet: A1, 87 and 4B. RGB value is (161,135,75). Sum of RGB (Red+Green+Blue) = 161+135+75=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1874B is #5E78B4. Grayscale: #888888. Windows color (decimal): -6191285 or 4949921. OLE color: 4949921.

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

Color convert

RGB 161 135 75 -
CMYK 0 0.16 0.53 0.37
HSL 41.86º 0.36% 0.46% -
HSV(B) 41.86º 0.53% 0.63% -
XYZ 24.63 25.41 10.26 -
YUV 135.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 161 135 75 0 0.16 0.53 0.37 41.86 0.36 0.46
Hex A1 87 4B 0 10 35 25 2A 24 2E
Octal 241 207 113 0 20 65 45 52 44 56
Binary 10100001 10000111 1001011 0 10000 110101 100101 101010 100100 101110

Color Harmonies of #A1874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1874B

Black with #A1874B

Text Example


Text Example

White with #A1874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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