Html Css Color HEX #A68044 Muddy Waters

📋 copy color: '#A68044'

red 166 ◦ green 128 ◦ blue 68

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

Shades of Muddy Waters #A68044

Tints of Muddy Waters #A68044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 45.86%
G = 35.36%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A68044 (or 0xA68044) is known color: Muddy Waters. HEX triplet: A6, 80 and 44. RGB value is (166,128,68). Sum of RGB (Red+Green+Blue) = 166+128+68=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A68044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68044 is #597FBB. Grayscale: #848484. Windows color (decimal): -5865404 or 4489382. OLE color: 4489382.

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

Color convert

RGB 166 128 68 -
CMYK 0 0.23 0.59 0.35
HSL 36.73º 0.42% 0.46% -
HSV(B) 36.73º 0.59% 0.65% -
XYZ 24.49 23.96 8.8 -
YUV 132.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 166 128 68 0 0.23 0.59 0.35 36.73 0.42 0.46
Hex A6 80 44 0 17 3B 23 25 2A 2E
Octal 246 200 104 0 27 73 43 45 52 56
Binary 10100110 10000000 1000100 0 10111 111011 100011 100101 101010 101110

Color Harmonies of #A68044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68044

Black with #A68044

Text Example


Text Example

White with #A68044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68044; }

 p { color: rgb(166,128,68); }

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

background-color css

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

 a { background-color: rgb(166,128,68); }

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

border-color css

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

 span { border-color: rgb(166,128,68); }

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