Html Css Color HEX #A67848 Muddy Waters

📋 copy color: '#A67848'

red 166 ◦ green 120 ◦ blue 72

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

Shades of Muddy Waters #A67848

Tints of Muddy Waters #A67848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 46.37%
G = 33.52%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67848 (or 0xA67848) is known color: Muddy Waters. HEX triplet: A6, 78 and 48. RGB value is (166,120,72). Sum of RGB (Red+Green+Blue) = 166+120+72=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67848 is #5987B7. Grayscale: #808080. Windows color (decimal): -5867448 or 4749478. OLE color: 4749478.

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

Color convert

RGB 166 120 72 -
CMYK 0 0.28 0.57 0.35
HSL 30.64º 0.39% 0.47% -
HSV(B) 30.64º 0.57% 0.65% -
XYZ 23.61 22.01 9.13 -
YUV 128.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 166 120 72 0 0.28 0.57 0.35 30.64 0.39 0.47
Hex A6 78 48 0 1C 39 23 1F 27 2F
Octal 246 170 110 0 34 71 43 37 47 57
Binary 10100110 1111000 1001000 0 11100 111001 100011 11111 100111 101111

Color Harmonies of #A67848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67848

Black with #A67848

Text Example


Text Example

White with #A67848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67848; }

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

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

background-color css

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

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

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

border-color css

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

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

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