Html Css Color HEX #A68258 Muddy Waters

📋 copy color: '#A68258'

red 166 ◦ green 130 ◦ blue 88

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

Shades of Muddy Waters #A68258

Tints of Muddy Waters #A68258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 43.23%
G = 33.85%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A68258 (or 0xA68258) is known color: Muddy Waters. HEX triplet: A6, 82 and 58. RGB value is (166,130,88). Sum of RGB (Red+Green+Blue) = 166+130+88=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A68258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68258 is #597DA7. Grayscale: #888888. Windows color (decimal): -5864872 or 5800614. OLE color: 5800614.

HSL color Cylindrical-coordinate representation of color #A68258: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A68258 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 88 -
CMYK 0 0.22 0.47 0.35
HSL 32.31º 0.31% 0.5% -
HSV(B) 32.31º 0.47% 0.65% -
XYZ 25.47 24.78 12.67 -
YUV 135.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 166 130 88 0 0.22 0.47 0.35 32.31 0.31 0.5
Hex A6 82 58 0 16 2F 23 20 1F 32
Octal 246 202 130 0 26 57 43 40 37 62
Binary 10100110 10000010 1011000 0 10110 101111 100011 100000 11111 110010

Color Harmonies of #A68258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68258

Black with #A68258

Text Example


Text Example

White with #A68258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68258; }

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

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

background-color css

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

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

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

border-color css

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

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

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