Html Css Color HEX #AF7D51 Muddy Waters

📋 copy color: '#AF7D51'

red 175 ◦ green 125 ◦ blue 81

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

Shades of Muddy Waters #AF7D51

Tints of Muddy Waters #AF7D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

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

R = 45.93%
G = 32.81%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7D51 (or 0xAF7D51) is known color: Muddy Waters. HEX triplet: AF, 7D and 51. RGB value is (175,125,81). Sum of RGB (Red+Green+Blue) = 175+125+81=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D51 is #5082AE. Grayscale: #878787. Windows color (decimal): -5276335 or 5340591. OLE color: 5340591.

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

Color convert

RGB 175 125 81 -
CMYK 0 0.29 0.54 0.31
HSL 28.09º 0.37% 0.5% -
HSV(B) 28.09º 0.54% 0.69% -
XYZ 26.5 24.38 11.09 -
YUV 134.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 175 125 81 0 0.29 0.54 0.31 28.09 0.37 0.5
Hex AF 7D 51 0 1D 36 1F 1C 25 32
Octal 257 175 121 0 35 66 37 34 45 62
Binary 10101111 1111101 1010001 0 11101 110110 11111 11100 100101 110010

Color Harmonies of #AF7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D51

Black with #AF7D51

Text Example


Text Example

White with #AF7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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