Html Css Color HEX #A48046 Muddy Waters

📋 copy color: '#A48046'

red 164 ◦ green 128 ◦ blue 70

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

Shades of Muddy Waters #A48046

Tints of Muddy Waters #A48046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 45.3%
G = 35.36%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A48046 (or 0xA48046) is known color: Muddy Waters. HEX triplet: A4, 80 and 46. RGB value is (164,128,70). Sum of RGB (Red+Green+Blue) = 164+128+70=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A48046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48046 is #5B7FB9. Grayscale: #848484. Windows color (decimal): -5996474 or 4620452. OLE color: 4620452.

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

Color convert

RGB 164 128 70 -
CMYK 0 0.22 0.57 0.36
HSL 37.02º 0.4% 0.46% -
HSV(B) 37.02º 0.57% 0.64% -
XYZ 24.13 23.77 9.11 -
YUV 132.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 164 128 70 0 0.22 0.57 0.36 37.02 0.4 0.46
Hex A4 80 46 0 16 39 24 25 28 2E
Octal 244 200 106 0 26 71 44 45 50 56
Binary 10100100 10000000 1000110 0 10110 111001 100100 100101 101000 101110

Color Harmonies of #A48046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48046

Black with #A48046

Text Example


Text Example

White with #A48046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48046; }

 p { color: rgb(164,128,70); }

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

background-color css

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

 a { background-color: rgb(164,128,70); }

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

border-color css

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

 span { border-color: rgb(164,128,70); }

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