Html Css Color HEX #A68053 Muddy Waters

📋 copy color: '#A68053'

red 166 ◦ green 128 ◦ blue 83

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

Shades of Muddy Waters #A68053

Tints of Muddy Waters #A68053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 44.03%
G = 33.95%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A68053 (or 0xA68053) is known color: Muddy Waters. HEX triplet: A6, 80 and 53. RGB value is (166,128,83). Sum of RGB (Red+Green+Blue) = 166+128+83=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A68053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68053 is #597FAC. Grayscale: #868686. Windows color (decimal): -5865389 or 5472422. OLE color: 5472422.

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

Color convert

RGB 166 128 83 -
CMYK 0 0.23 0.50 0.35
HSL 32.53º 0.33% 0.49% -
HSV(B) 32.53º 0.5% 0.65% -
XYZ 25.01 24.17 11.53 -
YUV 134.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 166 128 83 0 0.23 0.50 0.35 32.53 0.33 0.49
Hex A6 80 53 0 17 32 23 21 21 31
Octal 246 200 123 0 27 62 43 41 41 61
Binary 10100110 10000000 1010011 0 10111 110010 100011 100001 100001 110001

Color Harmonies of #A68053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68053

Black with #A68053

Text Example


Text Example

White with #A68053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68053; }

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

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

background-color css

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

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

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

border-color css

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

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

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