Html Css Color HEX #A68054 Muddy Waters

📋 copy color: '#A68054'

red 166 ◦ green 128 ◦ blue 84

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

Shades of Muddy Waters #A68054

Tints of Muddy Waters #A68054

RGB

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

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

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

R = 43.92%
G = 33.86%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68054 (or 0xA68054) is known color: Muddy Waters. HEX triplet: A6, 80 and 54. RGB value is (166,128,84). Sum of RGB (Red+Green+Blue) = 166+128+84=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68054 is #597FAB. Grayscale: #868686. Windows color (decimal): -5865388 or 5537958. OLE color: 5537958.

HSL color Cylindrical-coordinate representation of color #A68054: hue angle of 32.2º 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 #A68054 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 84 -
CMYK 0 0.23 0.49 0.35
HSL 32.2º 0.33% 0.49% -
HSV(B) 32.2º 0.49% 0.65% -
XYZ 25.05 24.19 11.74 -
YUV 134.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 166 128 84 0 0.23 0.49 0.35 32.2 0.33 0.49
Hex A6 80 54 0 17 31 23 20 21 31
Octal 246 200 124 0 27 61 43 40 41 61
Binary 10100110 10000000 1010100 0 10111 110001 100011 100000 100001 110001

Color Harmonies of #A68054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68054

Black with #A68054

Text Example


Text Example

White with #A68054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68054; }

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

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

background-color css

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

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

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

border-color css

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

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

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