Html Css Color HEX #A68142 Muddy Waters

📋 copy color: '#A68142'

red 166 ◦ green 129 ◦ blue 66

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

Shades of Muddy Waters #A68142

Tints of Muddy Waters #A68142

RGB

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

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

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

R = 45.98%
G = 35.73%
B = 18.28%

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

#A68142 (or 0xA68142) is known color: Muddy Waters. HEX triplet: A6, 81 and 42. RGB value is (166,129,66). Sum of RGB (Red+Green+Blue) = 166+129+66=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A68142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68142 is #597EBD. Grayscale: #858585. Windows color (decimal): -5865150 or 4358566. OLE color: 4358566.

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

Color convert

RGB 166 129 66 -
CMYK 0 0.22 0.60 0.35
HSL 37.8º 0.43% 0.45% -
HSV(B) 37.8º 0.6% 0.65% -
XYZ 24.56 24.2 8.53 -
YUV 132.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 166 129 66 0 0.22 0.60 0.35 37.8 0.43 0.45
Hex A6 81 42 0 16 3C 23 26 2B 2D
Octal 246 201 102 0 26 74 43 46 53 55
Binary 10100110 10000001 1000010 0 10110 111100 100011 100110 101011 101101

Color Harmonies of #A68142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68142

Black with #A68142

Text Example


Text Example

White with #A68142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68142; }

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

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

background-color css

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

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

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

border-color css

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

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

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