Html Css Color HEX #AF7F57 Muddy Waters

📋 copy color: '#AF7F57'

red 175 ◦ green 127 ◦ blue 87

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

Shades of Muddy Waters #AF7F57

Tints of Muddy Waters #AF7F57

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 44.99%
G = 32.65%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF7F57 (or 0xAF7F57) is known color: Muddy Waters. HEX triplet: AF, 7F and 57. RGB value is (175,127,87). Sum of RGB (Red+Green+Blue) = 175+127+87=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F57 is #5080A8. Grayscale: #898989. Windows color (decimal): -5275817 or 5734319. OLE color: 5734319.

HSL color Cylindrical-coordinate representation of color #AF7F57: hue angle of 27.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7F57 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 87 -
CMYK 0 0.27 0.50 0.31
HSL 27.27º 0.35% 0.51% -
HSV(B) 27.27º 0.5% 0.69% -
XYZ 26.99 24.98 12.42 -
YUV 136.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 175 127 87 0 0.27 0.50 0.31 27.27 0.35 0.51
Hex AF 7F 57 0 1B 32 1F 1B 23 33
Octal 257 177 127 0 33 62 37 33 43 63
Binary 10101111 1111111 1010111 0 11011 110010 11111 11011 100011 110011

Color Harmonies of #AF7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F57

Black with #AF7F57

Text Example


Text Example

White with #AF7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F57; }

 p { color: rgb(175,127,87); }

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

background-color css

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

 a { background-color: rgb(175,127,87); }

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

border-color css

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

 span { border-color: rgb(175,127,87); }

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