Html Css Color HEX #A18551 Muddy Waters

📋 copy color: '#A18551'

red 161 ◦ green 133 ◦ blue 81

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

Shades of Muddy Waters #A18551

Tints of Muddy Waters #A18551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 42.93%
G = 35.47%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18551 (or 0xA18551) is known color: Muddy Waters. HEX triplet: A1, 85 and 51. RGB value is (161,133,81). Sum of RGB (Red+Green+Blue) = 161+133+81=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18551 is #5E7AAE. Grayscale: #878787. Windows color (decimal): -6191791 or 5342625. OLE color: 5342625.

HSL color Cylindrical-coordinate representation of color #A18551: hue angle of 39º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18551 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 81 -
CMYK 0 0.17 0.50 0.37
HSL 39º 0.33% 0.47% -
HSV(B) 39º 0.5% 0.63% -
XYZ 24.57 24.95 11.3 -
YUV 135.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 161 133 81 0 0.17 0.50 0.37 39 0.33 0.47
Hex A1 85 51 0 11 32 25 27 21 2F
Octal 241 205 121 0 21 62 45 47 41 57
Binary 10100001 10000101 1010001 0 10001 110010 100101 100111 100001 101111

Color Harmonies of #A18551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18551

Black with #A18551

Text Example


Text Example

White with #A18551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18551; }

 p { color: rgb(161,133,81); }

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

background-color css

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

 a { background-color: rgb(161,133,81); }

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

border-color css

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

 span { border-color: rgb(161,133,81); }

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