Html Css Color HEX #AF8249 Muddy Waters

📋 copy color: '#AF8249'

red 175 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #AF8249

Tints of Muddy Waters #AF8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 46.3%
G = 34.39%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF8249 (or 0xAF8249) is known color: Muddy Waters. HEX triplet: AF, 82 and 49. RGB value is (175,130,73). Sum of RGB (Red+Green+Blue) = 175+130+73=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8249 is #507DB6. Grayscale: #898989. Windows color (decimal): -5275063 or 4817583. OLE color: 4817583.

HSL color Cylindrical-coordinate representation of color #AF8249: hue angle of 33.53º 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 #AF8249 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 73 -
CMYK 0 0.26 0.58 0.31
HSL 33.53º 0.41% 0.49% -
HSV(B) 33.53º 0.58% 0.69% -
XYZ 26.86 25.56 9.82 -
YUV 136.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 175 130 73 0 0.26 0.58 0.31 33.53 0.41 0.49
Hex AF 82 49 0 1A 3A 1F 22 29 31
Octal 257 202 111 0 32 72 37 42 51 61
Binary 10101111 10000010 1001001 0 11010 111010 11111 100010 101001 110001

Color Harmonies of #AF8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8249

Black with #AF8249

Text Example


Text Example

White with #AF8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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