Html Css Color HEX #A68151 Muddy Waters

📋 copy color: '#A68151'

red 166 ◦ green 129 ◦ blue 81

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

Shades of Muddy Waters #A68151

Tints of Muddy Waters #A68151

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 44.15%
G = 34.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68151 (or 0xA68151) is known color: Muddy Waters. HEX triplet: A6, 81 and 51. RGB value is (166,129,81). Sum of RGB (Red+Green+Blue) = 166+129+81=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A68151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68151 is #597EAE. Grayscale: #868686. Windows color (decimal): -5865135 or 5341606. OLE color: 5341606.

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

Color convert

RGB 166 129 81 -
CMYK 0 0.22 0.51 0.35
HSL 33.88º 0.34% 0.48% -
HSV(B) 33.88º 0.51% 0.65% -
XYZ 25.06 24.4 11.17 -
YUV 134.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 166 129 81 0 0.22 0.51 0.35 33.88 0.34 0.48
Hex A6 81 51 0 16 33 23 22 22 30
Octal 246 201 121 0 26 63 43 42 42 60
Binary 10100110 10000001 1010001 0 10110 110011 100011 100010 100010 110000

Color Harmonies of #A68151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68151

Black with #A68151

Text Example


Text Example

White with #A68151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68151; }

 p { color: rgb(166,129,81); }

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

background-color css

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

 a { background-color: rgb(166,129,81); }

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

border-color css

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

 span { border-color: rgb(166,129,81); }

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