Html Css Color HEX #A18145 Muddy Waters

📋 copy color: '#A18145'

red 161 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #A18145

Tints of Muddy Waters #A18145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 44.85%
G = 35.93%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A18145 (or 0xA18145) is known color: Muddy Waters. HEX triplet: A1, 81 and 45. RGB value is (161,129,69). Sum of RGB (Red+Green+Blue) = 161+129+69=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A18145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18145 is #5E7EBA. Grayscale: #848484. Windows color (decimal): -6192827 or 4555169. OLE color: 4555169.

HSL color Cylindrical-coordinate representation of color #A18145: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A18145 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 69 -
CMYK 0 0.20 0.57 0.37
HSL 39.13º 0.4% 0.45% -
HSV(B) 39.13º 0.57% 0.63% -
XYZ 23.62 23.71 8.96 -
YUV 131.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 161 129 69 0 0.20 0.57 0.37 39.13 0.4 0.45
Hex A1 81 45 0 14 39 25 27 28 2D
Octal 241 201 105 0 24 71 45 47 50 55
Binary 10100001 10000001 1000101 0 10100 111001 100101 100111 101000 101101

Color Harmonies of #A18145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18145

Black with #A18145

Text Example


Text Example

White with #A18145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18145; }

 p { color: rgb(161,129,69); }

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

background-color css

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

 a { background-color: rgb(161,129,69); }

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

border-color css

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

 span { border-color: rgb(161,129,69); }

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