Html Css Color HEX #A67F50 Muddy Waters

📋 copy color: '#A67F50'

red 166 ◦ green 127 ◦ blue 80

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

Shades of Muddy Waters #A67F50

Tints of Muddy Waters #A67F50

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

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

R = 44.5%
G = 34.05%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A67F50 (or 0xA67F50) is known color: Muddy Waters. HEX triplet: A6, 7F and 50. RGB value is (166,127,80). Sum of RGB (Red+Green+Blue) = 166+127+80=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F50 is #5980AF. Grayscale: #858585. Windows color (decimal): -5865648 or 5275558. OLE color: 5275558.

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

Color convert

RGB 166 127 80 -
CMYK 0 0.23 0.52 0.35
HSL 32.79º 0.35% 0.48% -
HSV(B) 32.79º 0.52% 0.65% -
XYZ 24.76 23.86 10.89 -
YUV 133.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 166 127 80 0 0.23 0.52 0.35 32.79 0.35 0.48
Hex A6 7F 50 0 17 34 23 21 23 30
Octal 246 177 120 0 27 64 43 41 43 60
Binary 10100110 1111111 1010000 0 10111 110100 100011 100001 100011 110000

Color Harmonies of #A67F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F50

Black with #A67F50

Text Example


Text Example

White with #A67F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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