Html Css Color HEX #A68251 Muddy Waters

📋 copy color: '#A68251'

red 166 ◦ green 130 ◦ blue 81

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

Shades of Muddy Waters #A68251

Tints of Muddy Waters #A68251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 44.03%
G = 34.48%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68251 (or 0xA68251) is known color: Muddy Waters. HEX triplet: A6, 82 and 51. RGB value is (166,130,81). Sum of RGB (Red+Green+Blue) = 166+130+81=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A68251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68251 is #597DAE. Grayscale: #878787. Windows color (decimal): -5864879 or 5341862. OLE color: 5341862.

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

Color convert

RGB 166 130 81 -
CMYK 0 0.22 0.51 0.35
HSL 34.59º 0.34% 0.48% -
HSV(B) 34.59º 0.51% 0.65% -
XYZ 25.19 24.67 11.22 -
YUV 135.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 166 130 81 0 0.22 0.51 0.35 34.59 0.34 0.48
Hex A6 82 51 0 16 33 23 23 22 30
Octal 246 202 121 0 26 63 43 43 42 60
Binary 10100110 10000010 1010001 0 10110 110011 100011 100011 100010 110000

Color Harmonies of #A68251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68251

Black with #A68251

Text Example


Text Example

White with #A68251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68251; }

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

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

background-color css

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

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

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

border-color css

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

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

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