Html Css Color HEX #A18651 Muddy Waters

📋 copy color: '#A18651'

red 161 ◦ green 134 ◦ blue 81

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

Shades of Muddy Waters #A18651

Tints of Muddy Waters #A18651

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 42.82%
G = 35.64%
B = 21.54%

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

#A18651 (or 0xA18651) is known color: Muddy Waters. HEX triplet: A1, 86 and 51. RGB value is (161,134,81). Sum of RGB (Red+Green+Blue) = 161+134+81=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18651 is #5E79AE. Grayscale: #888888. Windows color (decimal): -6191535 or 5342881. OLE color: 5342881.

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

Color convert

RGB 161 134 81 -
CMYK 0 0.17 0.50 0.37
HSL 39.75º 0.33% 0.47% -
HSV(B) 39.75º 0.5% 0.63% -
XYZ 24.71 25.22 11.35 -
YUV 136.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 161 134 81 0 0.17 0.50 0.37 39.75 0.33 0.47
Hex A1 86 51 0 11 32 25 28 21 2F
Octal 241 206 121 0 21 62 45 50 41 57
Binary 10100001 10000110 1010001 0 10001 110010 100101 101000 100001 101111

Color Harmonies of #A18651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18651

Black with #A18651

Text Example


Text Example

White with #A18651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18651; }

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

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

background-color css

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

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

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

border-color css

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

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

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