Html Css Color HEX #A68554 Muddy Waters

📋 copy color: '#A68554'

red 166 ◦ green 133 ◦ blue 84

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

Shades of Muddy Waters #A68554

Tints of Muddy Waters #A68554

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

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

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

R = 43.34%
G = 34.73%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68554 (or 0xA68554) is known color: Muddy Waters. HEX triplet: A6, 85 and 54. RGB value is (166,133,84). Sum of RGB (Red+Green+Blue) = 166+133+84=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68554 is #597AAB. Grayscale: #898989. Windows color (decimal): -5864108 or 5539238. OLE color: 5539238.

HSL color Cylindrical-coordinate representation of color #A68554: hue angle of 35.85º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A68554 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 84 -
CMYK 0 0.20 0.49 0.35
HSL 35.85º 0.33% 0.49% -
HSV(B) 35.85º 0.49% 0.65% -
XYZ 25.71 25.52 11.96 -
YUV 137.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 166 133 84 0 0.20 0.49 0.35 35.85 0.33 0.49
Hex A6 85 54 0 14 31 23 24 21 31
Octal 246 205 124 0 24 61 43 44 41 61
Binary 10100110 10000101 1010100 0 10100 110001 100011 100100 100001 110001

Color Harmonies of #A68554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68554

Black with #A68554

Text Example


Text Example

White with #A68554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68554; }

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

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

background-color css

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

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

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

border-color css

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

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

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