Html Css Color HEX #A57F4F Muddy Waters

📋 copy color: '#A57F4F'

red 165 ◦ green 127 ◦ blue 79

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

Shades of Muddy Waters #A57F4F

Tints of Muddy Waters #A57F4F

RGB

 RED value IS 165 (64.84% from 255) = 44.47%

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 44.47%
G = 34.23%
B = 21.29%

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

#A57F4F (or 0xA57F4F) is known color: Muddy Waters. HEX triplet: A5, 7F and 4F. RGB value is (165,127,79). Sum of RGB (Red+Green+Blue) = 165+127+79=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F4F is #5A80B0. Grayscale: #858585. Windows color (decimal): -5931185 or 5210021. OLE color: 5210021.

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

Color convert

RGB 165 127 79 -
CMYK 0 0.23 0.52 0.35
HSL 33.49º 0.35% 0.48% -
HSV(B) 33.49º 0.52% 0.65% -
XYZ 24.52 23.74 10.69 -
YUV 132.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 165 127 79 0 0.23 0.52 0.35 33.49 0.35 0.48
Hex A5 7F 4F 0 17 34 23 21 23 30
Octal 245 177 117 0 27 64 43 41 43 60
Binary 10100101 1111111 1001111 0 10111 110100 100011 100001 100011 110000

Color Harmonies of #A57F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F4F

Black with #A57F4F

Text Example


Text Example

White with #A57F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F4F; }

 p { color: rgb(165,127,79); }

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

background-color css

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

 a { background-color: rgb(165,127,79); }

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

border-color css

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

 span { border-color: rgb(165,127,79); }

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