Html Css Color HEX #A68150 Muddy Waters

📋 copy color: '#A68150'

red 166 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #A68150

Tints of Muddy Waters #A68150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 44.27%
G = 34.4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A68150 (or 0xA68150) is known color: Muddy Waters. HEX triplet: A6, 81 and 50. RGB value is (166,129,80). Sum of RGB (Red+Green+Blue) = 166+129+80=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A68150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68150 is #597EAF. Grayscale: #868686. Windows color (decimal): -5865136 or 5276070. OLE color: 5276070.

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

Color convert

RGB 166 129 80 -
CMYK 0 0.22 0.52 0.35
HSL 34.19º 0.35% 0.48% -
HSV(B) 34.19º 0.52% 0.65% -
XYZ 25.02 24.39 10.98 -
YUV 134.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 166 129 80 0 0.22 0.52 0.35 34.19 0.35 0.48
Hex A6 81 50 0 16 34 23 22 23 30
Octal 246 201 120 0 26 64 43 42 43 60
Binary 10100110 10000001 1010000 0 10110 110100 100011 100010 100011 110000

Color Harmonies of #A68150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68150

Black with #A68150

Text Example


Text Example

White with #A68150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68150; }

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

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

background-color css

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

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

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

border-color css

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

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

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