Html Css Color HEX #A08148 Muddy Waters

📋 copy color: '#A08148'

red 160 ◦ green 129 ◦ blue 72

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

Shades of Muddy Waters #A08148

Tints of Muddy Waters #A08148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 44.32%
G = 35.73%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A08148 (or 0xA08148) is known color: Muddy Waters. HEX triplet: A0, 81 and 48. RGB value is (160,129,72). Sum of RGB (Red+Green+Blue) = 160+129+72=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08148 is #5F7EB7. Grayscale: #848484. Windows color (decimal): -6258360 or 4751776. OLE color: 4751776.

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

Color convert

RGB 160 129 72 -
CMYK 0 0.19 0.55 0.37
HSL 38.86º 0.38% 0.45% -
HSV(B) 38.86º 0.55% 0.63% -
XYZ 23.52 23.64 9.45 -
YUV 131.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 160 129 72 0 0.19 0.55 0.37 38.86 0.38 0.45
Hex A0 81 48 0 13 37 25 27 26 2D
Octal 240 201 110 0 23 67 45 47 46 55
Binary 10100000 10000001 1001000 0 10011 110111 100101 100111 100110 101101

Color Harmonies of #A08148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08148

Black with #A08148

Text Example


Text Example

White with #A08148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08148; }

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

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

background-color css

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

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

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

border-color css

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

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

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