Html Css Color HEX #A68348 Muddy Waters

📋 copy color: '#A68348'

red 166 ◦ green 131 ◦ blue 72

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

Shades of Muddy Waters #A68348

Tints of Muddy Waters #A68348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 44.99%
G = 35.5%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68348 (or 0xA68348) is known color: Muddy Waters. HEX triplet: A6, 83 and 48. RGB value is (166,131,72). Sum of RGB (Red+Green+Blue) = 166+131+72=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A68348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68348 is #597CB7. Grayscale: #878787. Windows color (decimal): -5864632 or 4752294. OLE color: 4752294.

HSL color Cylindrical-coordinate representation of color #A68348: hue angle of 37.66º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68348 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 72 -
CMYK 0 0.21 0.57 0.35
HSL 37.66º 0.39% 0.47% -
HSV(B) 37.66º 0.57% 0.65% -
XYZ 25.01 24.81 9.6 -
YUV 134.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 166 131 72 0 0.21 0.57 0.35 37.66 0.39 0.47
Hex A6 83 48 0 15 39 23 26 27 2F
Octal 246 203 110 0 25 71 43 46 47 57
Binary 10100110 10000011 1001000 0 10101 111001 100011 100110 100111 101111

Color Harmonies of #A68348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68348

Black with #A68348

Text Example


Text Example

White with #A68348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68348; }

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

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

background-color css

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

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

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

border-color css

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

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

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