Html Css Color HEX #A08043 Muddy Waters

📋 copy color: '#A08043'

red 160 ◦ green 128 ◦ blue 67

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

Shades of Muddy Waters #A08043

Tints of Muddy Waters #A08043

RGB

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

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

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

R = 45.07%
G = 36.06%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A08043 (or 0xA08043) is known color: Muddy Waters. HEX triplet: A0, 80 and 43. RGB value is (160,128,67). Sum of RGB (Red+Green+Blue) = 160+128+67=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A08043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08043 is #5F7FBC. Grayscale: #828282. Windows color (decimal): -6258621 or 4423840. OLE color: 4423840.

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

Color convert

RGB 160 128 67 -
CMYK 0 0.20 0.58 0.37
HSL 39.35º 0.41% 0.45% -
HSV(B) 39.35º 0.58% 0.63% -
XYZ 23.23 23.32 8.59 -
YUV 130.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 160 128 67 0 0.20 0.58 0.37 39.35 0.41 0.45
Hex A0 80 43 0 14 3A 25 27 29 2D
Octal 240 200 103 0 24 72 45 47 51 55
Binary 10100000 10000000 1000011 0 10100 111010 100101 100111 101001 101101

Color Harmonies of #A08043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08043

Black with #A08043

Text Example


Text Example

White with #A08043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08043; }

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

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

background-color css

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

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

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

border-color css

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

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

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