Html Css Color HEX #A48044 Muddy Waters

📋 copy color: '#A48044'

red 164 ◦ green 128 ◦ blue 68

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

Shades of Muddy Waters #A48044

Tints of Muddy Waters #A48044

RGB

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

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

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

R = 45.56%
G = 35.56%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A48044 (or 0xA48044) is known color: Muddy Waters. HEX triplet: A4, 80 and 44. RGB value is (164,128,68). Sum of RGB (Red+Green+Blue) = 164+128+68=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48044 is #5B7FBB. Grayscale: #848484. Windows color (decimal): -5996476 or 4489380. OLE color: 4489380.

HSL color Cylindrical-coordinate representation of color #A48044: hue angle of 37.5º 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 #A48044 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 68 -
CMYK 0 0.22 0.59 0.36
HSL 37.5º 0.41% 0.45% -
HSV(B) 37.5º 0.59% 0.64% -
XYZ 24.07 23.75 8.78 -
YUV 131.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 164 128 68 0 0.22 0.59 0.36 37.5 0.41 0.45
Hex A4 80 44 0 16 3B 24 26 29 2D
Octal 244 200 104 0 26 73 44 46 51 55
Binary 10100100 10000000 1000100 0 10110 111011 100100 100110 101001 101101

Color Harmonies of #A48044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48044

Black with #A48044

Text Example


Text Example

White with #A48044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48044; }

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

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

background-color css

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

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

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

border-color css

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

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

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