Html Css Color HEX #A08143 Muddy Waters

📋 copy color: '#A08143'

red 160 ◦ green 129 ◦ blue 67

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

Shades of Muddy Waters #A08143

Tints of Muddy Waters #A08143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 44.94%
G = 36.24%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08143 (or 0xA08143) is known color: Muddy Waters. HEX triplet: A0, 81 and 43. RGB value is (160,129,67). Sum of RGB (Red+Green+Blue) = 160+129+67=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08143 is #5F7EBC. Grayscale: #838383. Windows color (decimal): -6258365 or 4424096. OLE color: 4424096.

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

Color convert

RGB 160 129 67 -
CMYK 0 0.19 0.58 0.37
HSL 40º 0.41% 0.45% -
HSV(B) 40º 0.58% 0.63% -
XYZ 23.36 23.58 8.63 -
YUV 131.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 160 129 67 0 0.19 0.58 0.37 40 0.41 0.45
Hex A0 81 43 0 13 3A 25 28 29 2D
Octal 240 201 103 0 23 72 45 50 51 55
Binary 10100000 10000001 1000011 0 10011 111010 100101 101000 101001 101101

Color Harmonies of #A08143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08143

Black with #A08143

Text Example


Text Example

White with #A08143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08143; }

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

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

background-color css

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

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

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

border-color css

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

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

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