Html Css Color HEX #A88050 Muddy Waters

📋 copy color: '#A88050'

red 168 ◦ green 128 ◦ blue 80

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

Shades of Muddy Waters #A88050

Tints of Muddy Waters #A88050

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 44.68%
G = 34.04%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88050 (or 0xA88050) is known color: Muddy Waters. HEX triplet: A8, 80 and 50. RGB value is (168,128,80). Sum of RGB (Red+Green+Blue) = 168+128+80=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A88050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88050 is #577FAF. Grayscale: #868686. Windows color (decimal): -5734320 or 5275816. OLE color: 5275816.

HSL color Cylindrical-coordinate representation of color #A88050: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A88050 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 80 -
CMYK 0 0.24 0.52 0.34
HSL 32.73º 0.35% 0.49% -
HSV(B) 32.73º 0.52% 0.66% -
XYZ 25.32 24.34 10.95 -
YUV 134.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 168 128 80 0 0.24 0.52 0.34 32.73 0.35 0.49
Hex A8 80 50 0 18 34 22 21 23 31
Octal 250 200 120 0 30 64 42 41 43 61
Binary 10101000 10000000 1010000 0 11000 110100 100010 100001 100011 110001

Color Harmonies of #A88050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88050

Black with #A88050

Text Example


Text Example

White with #A88050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88050; }

 p { color: rgb(168,128,80); }

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

background-color css

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

 a { background-color: rgb(168,128,80); }

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

border-color css

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

 span { border-color: rgb(168,128,80); }

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