Html Css Color HEX #AF7C44 Muddy Waters

📋 copy color: '#AF7C44'

red 175 ◦ green 124 ◦ blue 68

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

Shades of Muddy Waters #AF7C44

Tints of Muddy Waters #AF7C44

RGB

 RED value IS 175 (68.75% from 255) = 47.68%

 GREEN value IS 124 (48.83% from 255) = 33.79%

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

R = 47.68%
G = 33.79%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF7C44 (or 0xAF7C44) is known color: Muddy Waters. HEX triplet: AF, 7C and 44. RGB value is (175,124,68). Sum of RGB (Red+Green+Blue) = 175+124+68=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C44 is #5083BB. Grayscale: #858585. Windows color (decimal): -5276604 or 4488367. OLE color: 4488367.

HSL color Cylindrical-coordinate representation of color #AF7C44: hue angle of 31.4º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF7C44 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 68 -
CMYK 0 0.29 0.61 0.31
HSL 31.4º 0.44% 0.48% -
HSV(B) 31.4º 0.61% 0.69% -
XYZ 25.93 23.95 8.72 -
YUV 132.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 175 124 68 0 0.29 0.61 0.31 31.4 0.44 0.48
Hex AF 7C 44 0 1D 3D 1F 1F 2C 30
Octal 257 174 104 0 35 75 37 37 54 60
Binary 10101111 1111100 1000100 0 11101 111101 11111 11111 101100 110000

Color Harmonies of #AF7C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C44

Black with #AF7C44

Text Example


Text Example

White with #AF7C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C44; }

 p { color: rgb(175,124,68); }

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

background-color css

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

 a { background-color: rgb(175,124,68); }

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

border-color css

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

 span { border-color: rgb(175,124,68); }

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