Html Css Color HEX #A68052 Muddy Waters

📋 copy color: '#A68052'

red 166 ◦ green 128 ◦ blue 82

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

Shades of Muddy Waters #A68052

Tints of Muddy Waters #A68052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 44.15%
G = 34.04%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68052 (or 0xA68052) is known color: Muddy Waters. HEX triplet: A6, 80 and 52. RGB value is (166,128,82). Sum of RGB (Red+Green+Blue) = 166+128+82=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A68052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68052 is #597FAD. Grayscale: #868686. Windows color (decimal): -5865390 or 5406886. OLE color: 5406886.

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

Color convert

RGB 166 128 82 -
CMYK 0 0.23 0.51 0.35
HSL 32.86º 0.34% 0.49% -
HSV(B) 32.86º 0.51% 0.65% -
XYZ 24.97 24.15 11.33 -
YUV 134.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 166 128 82 0 0.23 0.51 0.35 32.86 0.34 0.49
Hex A6 80 52 0 17 33 23 21 22 31
Octal 246 200 122 0 27 63 43 41 42 61
Binary 10100110 10000000 1010010 0 10111 110011 100011 100001 100010 110001

Color Harmonies of #A68052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68052

Black with #A68052

Text Example


Text Example

White with #A68052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68052; }

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

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

background-color css

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

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

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

border-color css

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

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

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