Html Css Color HEX #AF8251 Muddy Waters

📋 copy color: '#AF8251'

red 175 ◦ green 130 ◦ blue 81

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

Shades of Muddy Waters #AF8251

Tints of Muddy Waters #AF8251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.98%

R = 45.34%
G = 33.68%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8251 (or 0xAF8251) is known color: Muddy Waters. HEX triplet: AF, 82 and 51. RGB value is (175,130,81). Sum of RGB (Red+Green+Blue) = 175+130+81=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8251 is #507DAE. Grayscale: #8A8A8A. Windows color (decimal): -5275055 or 5341871. OLE color: 5341871.

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

Color convert

RGB 175 130 81 -
CMYK 0 0.26 0.54 0.31
HSL 31.28º 0.37% 0.5% -
HSV(B) 31.28º 0.54% 0.69% -
XYZ 27.15 25.67 11.31 -
YUV 137.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 175 130 81 0 0.26 0.54 0.31 31.28 0.37 0.5
Hex AF 82 51 0 1A 36 1F 1F 25 32
Octal 257 202 121 0 32 66 37 37 45 62
Binary 10101111 10000010 1010001 0 11010 110110 11111 11111 100101 110010

Color Harmonies of #AF8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8251

Black with #AF8251

Text Example


Text Example

White with #AF8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8251; }

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

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

background-color css

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

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

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

border-color css

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

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

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