Html Css Color HEX #A08244 Muddy Waters

📋 copy color: '#A08244'

red 160 ◦ green 130 ◦ blue 68

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

Shades of Muddy Waters #A08244

Tints of Muddy Waters #A08244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 44.69%
G = 36.31%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A08244 (or 0xA08244) is known color: Muddy Waters. HEX triplet: A0, 82 and 44. RGB value is (160,130,68). Sum of RGB (Red+Green+Blue) = 160+130+68=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A08244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08244 is #5F7DBB. Grayscale: #848484. Windows color (decimal): -6258108 or 4489888. OLE color: 4489888.

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

Color convert

RGB 160 130 68 -
CMYK 0 0.19 0.57 0.37
HSL 40.43º 0.4% 0.45% -
HSV(B) 40.43º 0.58% 0.63% -
XYZ 23.52 23.86 8.83 -
YUV 131.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 160 130 68 0 0.19 0.57 0.37 40.43 0.4 0.45
Hex A0 82 44 0 13 39 25 28 28 2D
Octal 240 202 104 0 23 71 45 50 50 55
Binary 10100000 10000010 1000100 0 10011 111001 100101 101000 101000 101101

Color Harmonies of #A08244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08244

Black with #A08244

Text Example


Text Example

White with #A08244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08244; }

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

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

background-color css

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

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

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

border-color css

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

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

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