Html Css Color HEX #A08046 Muddy Waters

📋 copy color: '#A08046'

red 160 ◦ green 128 ◦ blue 70

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

Shades of Muddy Waters #A08046

Tints of Muddy Waters #A08046

RGB

 RED value IS 160 (62.89% from 255) = 44.69%

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

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

R = 44.69%
G = 35.75%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A08046 (or 0xA08046) is known color: Muddy Waters. HEX triplet: A0, 80 and 46. RGB value is (160,128,70). Sum of RGB (Red+Green+Blue) = 160+128+70=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A08046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08046 is #5F7FB9. Grayscale: #838383. Windows color (decimal): -6258618 or 4620448. OLE color: 4620448.

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

Color convert

RGB 160 128 70 -
CMYK 0 0.20 0.56 0.37
HSL 38.67º 0.39% 0.45% -
HSV(B) 38.67º 0.56% 0.63% -
XYZ 23.32 23.35 9.07 -
YUV 130.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 160 128 70 0 0.20 0.56 0.37 38.67 0.39 0.45
Hex A0 80 46 0 14 38 25 27 27 2D
Octal 240 200 106 0 24 70 45 47 47 55
Binary 10100000 10000000 1000110 0 10100 111000 100101 100111 100111 101101

Color Harmonies of #A08046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08046

Black with #A08046

Text Example


Text Example

White with #A08046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08046; }

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

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

background-color css

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

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

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

border-color css

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

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

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