Html Css Color HEX #A88554 Muddy Waters

📋 copy color: '#A88554'

red 168 ◦ green 133 ◦ blue 84

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

Shades of Muddy Waters #A88554

Tints of Muddy Waters #A88554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 84 (33.2% from 255) = 21.82%

R = 43.64%
G = 34.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A88554 (or 0xA88554) is known color: Muddy Waters. HEX triplet: A8, 85 and 54. RGB value is (168,133,84). Sum of RGB (Red+Green+Blue) = 168+133+84=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88554 is #577AAB. Grayscale: #8A8A8A. Windows color (decimal): -5733036 or 5539240. OLE color: 5539240.

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

Color convert

RGB 168 133 84 -
CMYK 0 0.21 0.5 0.34
HSL 35º 0.33% 0.49% -
HSV(B) 35º 0.5% 0.66% -
XYZ 26.14 25.74 11.98 -
YUV 137.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 168 133 84 0 0.21 0.5 0.34 35 0.33 0.49
Hex A8 85 54 0 15 32 22 23 21 31
Octal 250 205 124 0 25 62 42 43 41 61
Binary 10101000 10000101 1010100 0 10101 110010 100010 100011 100001 110001

Color Harmonies of #A88554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88554

Black with #A88554

Text Example


Text Example

White with #A88554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88554; }

 p { color: rgb(168,133,84); }

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

background-color css

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

 a { background-color: rgb(168,133,84); }

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

border-color css

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

 span { border-color: rgb(168,133,84); }

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