Html Css Color HEX #A08247 Muddy Waters

📋 copy color: '#A08247'

red 160 ◦ green 130 ◦ blue 71

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

Shades of Muddy Waters #A08247

Tints of Muddy Waters #A08247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 44.32%
G = 36.01%
B = 19.67%

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

#A08247 (or 0xA08247) is known color: Muddy Waters. HEX triplet: A0, 82 and 47. RGB value is (160,130,71). Sum of RGB (Red+Green+Blue) = 160+130+71=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08247 is #5F7DB8. Grayscale: #848484. Windows color (decimal): -6258105 or 4686496. OLE color: 4686496.

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

Color convert

RGB 160 130 71 -
CMYK 0 0.19 0.56 0.37
HSL 39.78º 0.39% 0.45% -
HSV(B) 39.78º 0.56% 0.63% -
XYZ 23.62 23.89 9.33 -
YUV 132.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 160 130 71 0 0.19 0.56 0.37 39.78 0.39 0.45
Hex A0 82 47 0 13 38 25 28 27 2D
Octal 240 202 107 0 23 70 45 50 47 55
Binary 10100000 10000010 1000111 0 10011 111000 100101 101000 100111 101101

Color Harmonies of #A08247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08247

Black with #A08247

Text Example


Text Example

White with #A08247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08247; }

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

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

background-color css

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

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

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

border-color css

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

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

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