Html Css Color HEX #A68351 Muddy Waters

📋 copy color: '#A68351'

red 166 ◦ green 131 ◦ blue 81

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

Shades of Muddy Waters #A68351

Tints of Muddy Waters #A68351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 43.92%
G = 34.66%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68351 (or 0xA68351) is known color: Muddy Waters. HEX triplet: A6, 83 and 51. RGB value is (166,131,81). Sum of RGB (Red+Green+Blue) = 166+131+81=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68351 is #597CAE. Grayscale: #888888. Windows color (decimal): -5864623 or 5342118. OLE color: 5342118.

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

Color convert

RGB 166 131 81 -
CMYK 0 0.21 0.51 0.35
HSL 35.29º 0.34% 0.48% -
HSV(B) 35.29º 0.51% 0.65% -
XYZ 25.33 24.93 11.26 -
YUV 135.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 166 131 81 0 0.21 0.51 0.35 35.29 0.34 0.48
Hex A6 83 51 0 15 33 23 23 22 30
Octal 246 203 121 0 25 63 43 43 42 60
Binary 10100110 10000011 1010001 0 10101 110011 100011 100011 100010 110000

Color Harmonies of #A68351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68351

Black with #A68351

Text Example


Text Example

White with #A68351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68351; }

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

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

background-color css

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

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

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

border-color css

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

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

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