Html Css Color HEX #A68243 Muddy Waters

📋 copy color: '#A68243'

red 166 ◦ green 130 ◦ blue 67

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

Shades of Muddy Waters #A68243

Tints of Muddy Waters #A68243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 45.73%
G = 35.81%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68243 (or 0xA68243) is known color: Muddy Waters. HEX triplet: A6, 82 and 43. RGB value is (166,130,67). Sum of RGB (Red+Green+Blue) = 166+130+67=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68243 is #597DBC. Grayscale: #858585. Windows color (decimal): -5864893 or 4424358. OLE color: 4424358.

HSL color Cylindrical-coordinate representation of color #A68243: hue angle of 38.18º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68243 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 67 -
CMYK 0 0.22 0.60 0.35
HSL 38.18º 0.42% 0.46% -
HSV(B) 38.18º 0.6% 0.65% -
XYZ 24.72 24.48 8.73 -
YUV 133.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 166 130 67 0 0.22 0.60 0.35 38.18 0.42 0.46
Hex A6 82 43 0 16 3C 23 26 2A 2E
Octal 246 202 103 0 26 74 43 46 52 56
Binary 10100110 10000010 1000011 0 10110 111100 100011 100110 101010 101110

Color Harmonies of #A68243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68243

Black with #A68243

Text Example


Text Example

White with #A68243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68243; }

 p { color: rgb(166,130,67); }

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

background-color css

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

 a { background-color: rgb(166,130,67); }

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

border-color css

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

 span { border-color: rgb(166,130,67); }

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