Html Css Color HEX #A18450 Muddy Waters

📋 copy color: '#A18450'

red 161 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #A18450

Tints of Muddy Waters #A18450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 43.16%
G = 35.39%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18450 (or 0xA18450) is known color: Muddy Waters. HEX triplet: A1, 84 and 50. RGB value is (161,132,80). Sum of RGB (Red+Green+Blue) = 161+132+80=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18450 is #5E7BAF. Grayscale: #868686. Windows color (decimal): -6192048 or 5276833. OLE color: 5276833.

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

Color convert

RGB 161 132 80 -
CMYK 0 0.18 0.50 0.37
HSL 38.52º 0.34% 0.47% -
HSV(B) 38.52º 0.5% 0.63% -
XYZ 24.4 24.66 11.06 -
YUV 134.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 161 132 80 0 0.18 0.50 0.37 38.52 0.34 0.47
Hex A1 84 50 0 12 32 25 27 22 2F
Octal 241 204 120 0 22 62 45 47 42 57
Binary 10100001 10000100 1010000 0 10010 110010 100101 100111 100010 101111

Color Harmonies of #A18450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18450

Black with #A18450

Text Example


Text Example

White with #A18450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18450; }

 p { color: rgb(161,132,80); }

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

background-color css

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

 a { background-color: rgb(161,132,80); }

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

border-color css

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

 span { border-color: rgb(161,132,80); }

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