Html Css Color HEX #A68143 Muddy Waters

📋 copy color: '#A68143'

red 166 ◦ green 129 ◦ blue 67

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

Shades of Muddy Waters #A68143

Tints of Muddy Waters #A68143

RGB

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

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

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

R = 45.86%
G = 35.64%
B = 18.51%

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

#A68143 (or 0xA68143) is known color: Muddy Waters. HEX triplet: A6, 81 and 43. RGB value is (166,129,67). Sum of RGB (Red+Green+Blue) = 166+129+67=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A68143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68143 is #597EBC. Grayscale: #858585. Windows color (decimal): -5865149 or 4424102. OLE color: 4424102.

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

Color convert

RGB 166 129 67 -
CMYK 0 0.22 0.60 0.35
HSL 37.58º 0.42% 0.46% -
HSV(B) 37.58º 0.6% 0.65% -
XYZ 24.59 24.21 8.69 -
YUV 133 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 166 129 67 0 0.22 0.60 0.35 37.58 0.42 0.46
Hex A6 81 43 0 16 3C 23 26 2A 2E
Octal 246 201 103 0 26 74 43 46 52 56
Binary 10100110 10000001 1000011 0 10110 111100 100011 100110 101010 101110

Color Harmonies of #A68143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68143

Black with #A68143

Text Example


Text Example

White with #A68143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68143; }

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

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

background-color css

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

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

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

border-color css

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

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

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