Html Css Color HEX #AF8050 Muddy Waters

📋 copy color: '#AF8050'

red 175 ◦ green 128 ◦ blue 80

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

Shades of Muddy Waters #AF8050

Tints of Muddy Waters #AF8050

RGB

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

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

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

R = 45.69%
G = 33.42%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8050 (or 0xAF8050) is known color: Muddy Waters. HEX triplet: AF, 80 and 50. RGB value is (175,128,80). Sum of RGB (Red+Green+Blue) = 175+128+80=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8050 is #507FAF. Grayscale: #888888. Windows color (decimal): -5275568 or 5275823. OLE color: 5275823.

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

Color convert

RGB 175 128 80 -
CMYK 0 0.27 0.54 0.31
HSL 30.32º 0.37% 0.5% -
HSV(B) 30.32º 0.54% 0.69% -
XYZ 26.85 25.13 11.03 -
YUV 136.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 175 128 80 0 0.27 0.54 0.31 30.32 0.37 0.5
Hex AF 80 50 0 1B 36 1F 1E 25 32
Octal 257 200 120 0 33 66 37 36 45 62
Binary 10101111 10000000 1010000 0 11011 110110 11111 11110 100101 110010

Color Harmonies of #AF8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8050

Black with #AF8050

Text Example


Text Example

White with #AF8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8050; }

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

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

background-color css

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

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

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

border-color css

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

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

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