Html Css Color HEX #A1884B Muddy Waters

📋 copy color: '#A1884B'

red 161 ◦ green 136 ◦ blue 75

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

Shades of Muddy Waters #A1884B

Tints of Muddy Waters #A1884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 43.28%
G = 36.56%
B = 20.16%

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

#A1884B (or 0xA1884B) is known color: Muddy Waters. HEX triplet: A1, 88 and 4B. RGB value is (161,136,75). Sum of RGB (Red+Green+Blue) = 161+136+75=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1884B is #5E77B4. Grayscale: #888888. Windows color (decimal): -6191029 or 4950177. OLE color: 4950177.

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

Color convert

RGB 161 136 75 -
CMYK 0 0.16 0.53 0.37
HSL 42.56º 0.36% 0.46% -
HSV(B) 42.56º 0.53% 0.63% -
XYZ 24.77 25.69 10.31 -
YUV 136.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 161 136 75 0 0.16 0.53 0.37 42.56 0.36 0.46
Hex A1 88 4B 0 10 35 25 2B 24 2E
Octal 241 210 113 0 20 65 45 53 44 56
Binary 10100001 10001000 1001011 0 10000 110101 100101 101011 100100 101110

Color Harmonies of #A1884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1884B

Black with #A1884B

Text Example


Text Example

White with #A1884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1884B; }

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

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

background-color css

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

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

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

border-color css

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

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

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