Html Css Color HEX #A37F44 Muddy Waters

📋 copy color: '#A37F44'

red 163 ◦ green 127 ◦ blue 68

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

Shades of Muddy Waters #A37F44

Tints of Muddy Waters #A37F44

RGB

 RED value IS 163 (64.06% from 255) = 45.53%

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

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

R = 45.53%
G = 35.47%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A37F44 (or 0xA37F44) is known color: Muddy Waters. HEX triplet: A3, 7F and 44. RGB value is (163,127,68). Sum of RGB (Red+Green+Blue) = 163+127+68=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F44 is #5C80BB. Grayscale: #838383. Windows color (decimal): -6062268 or 4489123. OLE color: 4489123.

HSL color Cylindrical-coordinate representation of color #A37F44: hue angle of 37.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A37F44 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 68 -
CMYK 0 0.22 0.58 0.36
HSL 37.26º 0.41% 0.45% -
HSV(B) 37.26º 0.58% 0.64% -
XYZ 23.74 23.38 8.73 -
YUV 131.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 163 127 68 0 0.22 0.58 0.36 37.26 0.41 0.45
Hex A3 7F 44 0 16 3A 24 25 29 2D
Octal 243 177 104 0 26 72 44 45 51 55
Binary 10100011 1111111 1000100 0 10110 111010 100100 100101 101001 101101

Color Harmonies of #A37F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F44

Black with #A37F44

Text Example


Text Example

White with #A37F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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