Html Css Color HEX #A68042 Muddy Waters

📋 copy color: '#A68042'

red 166 ◦ green 128 ◦ blue 66

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

Shades of Muddy Waters #A68042

Tints of Muddy Waters #A68042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 46.11%
G = 35.56%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68042 (or 0xA68042) is known color: Muddy Waters. HEX triplet: A6, 80 and 42. RGB value is (166,128,66). Sum of RGB (Red+Green+Blue) = 166+128+66=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A68042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68042 is #597FBD. Grayscale: #848484. Windows color (decimal): -5865406 or 4358310. OLE color: 4358310.

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

Color convert

RGB 166 128 66 -
CMYK 0 0.23 0.60 0.35
HSL 37.2º 0.43% 0.45% -
HSV(B) 37.2º 0.6% 0.65% -
XYZ 24.43 23.94 8.49 -
YUV 132.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 166 128 66 0 0.23 0.60 0.35 37.2 0.43 0.45
Hex A6 80 42 0 17 3C 23 25 2B 2D
Octal 246 200 102 0 27 74 43 45 53 55
Binary 10100110 10000000 1000010 0 10111 111100 100011 100101 101011 101101

Color Harmonies of #A68042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68042

Black with #A68042

Text Example


Text Example

White with #A68042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68042; }

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

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

background-color css

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

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

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

border-color css

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

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

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