Html Css Color HEX #A57F44 Muddy Waters

📋 copy color: '#A57F44'

red 165 ◦ green 127 ◦ blue 68

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

Shades of Muddy Waters #A57F44

Tints of Muddy Waters #A57F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 45.83%
G = 35.28%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A57F44 (or 0xA57F44) is known color: Muddy Waters. HEX triplet: A5, 7F and 44. RGB value is (165,127,68). Sum of RGB (Red+Green+Blue) = 165+127+68=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57F44 is #5A80BB. Grayscale: #838383. Windows color (decimal): -5931196 or 4489125. OLE color: 4489125.

HSL color Cylindrical-coordinate representation of color #A57F44: hue angle of 36.49º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A57F44 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 68 -
CMYK 0 0.23 0.59 0.35
HSL 36.49º 0.42% 0.46% -
HSV(B) 36.49º 0.59% 0.65% -
XYZ 24.15 23.6 8.75 -
YUV 131.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 165 127 68 0 0.23 0.59 0.35 36.49 0.42 0.46
Hex A5 7F 44 0 17 3B 23 24 2A 2E
Octal 245 177 104 0 27 73 43 44 52 56
Binary 10100101 1111111 1000100 0 10111 111011 100011 100100 101010 101110

Color Harmonies of #A57F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F44

Black with #A57F44

Text Example


Text Example

White with #A57F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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