Html Css Color HEX #AF8049 Muddy Waters

📋 copy color: '#AF8049'

red 175 ◦ green 128 ◦ blue 73

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

Shades of Muddy Waters #AF8049

Tints of Muddy Waters #AF8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 46.54%
G = 34.04%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF8049 (or 0xAF8049) is known color: Muddy Waters. HEX triplet: AF, 80 and 49. RGB value is (175,128,73). Sum of RGB (Red+Green+Blue) = 175+128+73=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8049 is #507FB6. Grayscale: #888888. Windows color (decimal): -5275575 or 4817071. OLE color: 4817071.

HSL color Cylindrical-coordinate representation of color #AF8049: hue angle of 32.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF8049 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 73 -
CMYK 0 0.27 0.58 0.31
HSL 32.35º 0.41% 0.49% -
HSV(B) 32.35º 0.58% 0.69% -
XYZ 26.6 25.03 9.73 -
YUV 135.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 175 128 73 0 0.27 0.58 0.31 32.35 0.41 0.49
Hex AF 80 49 0 1B 3A 1F 20 29 31
Octal 257 200 111 0 33 72 37 40 51 61
Binary 10101111 10000000 1001001 0 11011 111010 11111 100000 101001 110001

Color Harmonies of #AF8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8049

Black with #AF8049

Text Example


Text Example

White with #AF8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8049; }

 p { color: rgb(175,128,73); }

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

background-color css

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

 a { background-color: rgb(175,128,73); }

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

border-color css

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

 span { border-color: rgb(175,128,73); }

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