Html Css Color HEX #AF7E50 Muddy Waters

📋 copy color: '#AF7E50'

red 175 ◦ green 126 ◦ blue 80

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

Shades of Muddy Waters #AF7E50

Tints of Muddy Waters #AF7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

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

R = 45.93%
G = 33.07%
B = 21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7E50 (or 0xAF7E50) is known color: Muddy Waters. HEX triplet: AF, 7E and 50. RGB value is (175,126,80). Sum of RGB (Red+Green+Blue) = 175+126+80=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E50 is #5081AF. Grayscale: #878787. Windows color (decimal): -5276080 or 5275311. OLE color: 5275311.

HSL color Cylindrical-coordinate representation of color #AF7E50: hue angle of 29.05º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF7E50 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 80 -
CMYK 0 0.28 0.54 0.31
HSL 29.05º 0.37% 0.5% -
HSV(B) 29.05º 0.54% 0.69% -
XYZ 26.59 24.61 10.94 -
YUV 135.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 175 126 80 0 0.28 0.54 0.31 29.05 0.37 0.5
Hex AF 7E 50 0 1C 36 1F 1D 25 32
Octal 257 176 120 0 34 66 37 35 45 62
Binary 10101111 1111110 1010000 0 11100 110110 11111 11101 100101 110010

Color Harmonies of #AF7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E50

Black with #AF7E50

Text Example


Text Example

White with #AF7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E50; }

 p { color: rgb(175,126,80); }

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

background-color css

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

 a { background-color: rgb(175,126,80); }

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

border-color css

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

 span { border-color: rgb(175,126,80); }

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