Html Css Color HEX #A08047 Muddy Waters

📋 copy color: '#A08047'

red 160 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #A08047

Tints of Muddy Waters #A08047

RGB

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

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

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

R = 44.57%
G = 35.65%
B = 19.78%

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

#A08047 (or 0xA08047) is known color: Muddy Waters. HEX triplet: A0, 80 and 47. RGB value is (160,128,71). Sum of RGB (Red+Green+Blue) = 160+128+71=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A08047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08047 is #5F7FB8. Grayscale: #838383. Windows color (decimal): -6258617 or 4685984. OLE color: 4685984.

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

Color convert

RGB 160 128 71 -
CMYK 0 0.20 0.56 0.37
HSL 38.43º 0.39% 0.45% -
HSV(B) 38.43º 0.56% 0.63% -
XYZ 23.35 23.37 9.24 -
YUV 131.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 160 128 71 0 0.20 0.56 0.37 38.43 0.39 0.45
Hex A0 80 47 0 14 38 25 26 27 2D
Octal 240 200 107 0 24 70 45 46 47 55
Binary 10100000 10000000 1000111 0 10100 111000 100101 100110 100111 101101

Color Harmonies of #A08047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08047

Black with #A08047

Text Example


Text Example

White with #A08047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08047; }

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

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

background-color css

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

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

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

border-color css

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

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

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