Html Css Color HEX #A48144 Muddy Waters

📋 copy color: '#A48144'

red 164 ◦ green 129 ◦ blue 68

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

Shades of Muddy Waters #A48144

Tints of Muddy Waters #A48144

RGB

 RED value IS 164 (64.45% from 255) = 45.43%

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

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 45.43%
G = 35.73%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A48144 (or 0xA48144) is known color: Muddy Waters. HEX triplet: A4, 81 and 44. RGB value is (164,129,68). Sum of RGB (Red+Green+Blue) = 164+129+68=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A48144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48144 is #5B7EBB. Grayscale: #848484. Windows color (decimal): -5996220 or 4489636. OLE color: 4489636.

HSL color Cylindrical-coordinate representation of color #A48144: hue angle of 38.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A48144 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 68 -
CMYK 0 0.21 0.59 0.36
HSL 38.13º 0.41% 0.45% -
HSV(B) 38.13º 0.59% 0.64% -
XYZ 24.2 24.01 8.83 -
YUV 132.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 164 129 68 0 0.21 0.59 0.36 38.13 0.41 0.45
Hex A4 81 44 0 15 3B 24 26 29 2D
Octal 244 201 104 0 25 73 44 46 51 55
Binary 10100100 10000001 1000100 0 10101 111011 100100 100110 101001 101101

Color Harmonies of #A48144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48144

Black with #A48144

Text Example


Text Example

White with #A48144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48144; }

 p { color: rgb(164,129,68); }

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

background-color css

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

 a { background-color: rgb(164,129,68); }

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

border-color css

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

 span { border-color: rgb(164,129,68); }

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