Html Css Color HEX #A18043 Muddy Waters

📋 copy color: '#A18043'

red 161 ◦ green 128 ◦ blue 67

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

Shades of Muddy Waters #A18043

Tints of Muddy Waters #A18043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 45.22%
G = 35.96%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A18043 (or 0xA18043) is known color: Muddy Waters. HEX triplet: A1, 80 and 43. RGB value is (161,128,67). Sum of RGB (Red+Green+Blue) = 161+128+67=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A18043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18043 is #5E7FBC. Grayscale: #838383. Windows color (decimal): -6193085 or 4423841. OLE color: 4423841.

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

Color convert

RGB 161 128 67 -
CMYK 0 0.20 0.58 0.37
HSL 38.94º 0.41% 0.45% -
HSV(B) 38.94º 0.58% 0.63% -
XYZ 23.43 23.42 8.6 -
YUV 130.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 161 128 67 0 0.20 0.58 0.37 38.94 0.41 0.45
Hex A1 80 43 0 14 3A 25 27 29 2D
Octal 241 200 103 0 24 72 45 47 51 55
Binary 10100001 10000000 1000011 0 10100 111010 100101 100111 101001 101101

Color Harmonies of #A18043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18043

Black with #A18043

Text Example


Text Example

White with #A18043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18043; }

 p { color: rgb(161,128,67); }

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

background-color css

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

 a { background-color: rgb(161,128,67); }

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

border-color css

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

 span { border-color: rgb(161,128,67); }

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