Html Css Color HEX #A08147 Muddy Waters

📋 copy color: '#A08147'

red 160 ◦ green 129 ◦ blue 71

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

Shades of Muddy Waters #A08147

Tints of Muddy Waters #A08147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 44.44%
G = 35.83%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A08147 (or 0xA08147) is known color: Muddy Waters. HEX triplet: A0, 81 and 47. RGB value is (160,129,71). Sum of RGB (Red+Green+Blue) = 160+129+71=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A08147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08147 is #5F7EB8. Grayscale: #838383. Windows color (decimal): -6258361 or 4686240. OLE color: 4686240.

HSL color Cylindrical-coordinate representation of color #A08147: hue angle of 39.1º 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 #A08147 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 71 -
CMYK 0 0.19 0.56 0.37
HSL 39.1º 0.39% 0.45% -
HSV(B) 39.1º 0.56% 0.63% -
XYZ 23.48 23.63 9.28 -
YUV 131.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 160 129 71 0 0.19 0.56 0.37 39.1 0.39 0.45
Hex A0 81 47 0 13 38 25 27 27 2D
Octal 240 201 107 0 23 70 45 47 47 55
Binary 10100000 10000001 1000111 0 10011 111000 100101 100111 100111 101101

Color Harmonies of #A08147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08147

Black with #A08147

Text Example


Text Example

White with #A08147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08147; }

 p { color: rgb(160,129,71); }

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

background-color css

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

 a { background-color: rgb(160,129,71); }

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

border-color css

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

 span { border-color: rgb(160,129,71); }

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