Html Css Color HEX #A48145 Muddy Waters

📋 copy color: '#A48145'

red 164 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #A48145

Tints of Muddy Waters #A48145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 45.3%
G = 35.64%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A48145 (or 0xA48145) is known color: Muddy Waters. HEX triplet: A4, 81 and 45. RGB value is (164,129,69). Sum of RGB (Red+Green+Blue) = 164+129+69=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A48145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48145 is #5B7EBA. Grayscale: #848484. Windows color (decimal): -5996219 or 4555172. OLE color: 4555172.

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

Color convert

RGB 164 129 69 -
CMYK 0 0.21 0.58 0.36
HSL 37.89º 0.41% 0.46% -
HSV(B) 37.89º 0.58% 0.64% -
XYZ 24.23 24.02 8.99 -
YUV 132.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 164 129 69 0 0.21 0.58 0.36 37.89 0.41 0.46
Hex A4 81 45 0 15 3A 24 26 29 2E
Octal 244 201 105 0 25 72 44 46 51 56
Binary 10100100 10000001 1000101 0 10101 111010 100100 100110 101001 101110

Color Harmonies of #A48145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48145

Black with #A48145

Text Example


Text Example

White with #A48145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48145; }

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

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

background-color css

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

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

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

border-color css

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

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

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