Html Css Color HEX #AF7F54 Muddy Waters

📋 copy color: '#AF7F54'

red 175 ◦ green 127 ◦ blue 84

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

Shades of Muddy Waters #AF7F54

Tints of Muddy Waters #AF7F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 45.34%
G = 32.9%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF7F54 (or 0xAF7F54) is known color: Muddy Waters. HEX triplet: AF, 7F and 54. RGB value is (175,127,84). Sum of RGB (Red+Green+Blue) = 175+127+84=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F54 is #5080AB. Grayscale: #888888. Windows color (decimal): -5275820 or 5537711. OLE color: 5537711.

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

Color convert

RGB 175 127 84 -
CMYK 0 0.27 0.52 0.31
HSL 28.35º 0.36% 0.51% -
HSV(B) 28.35º 0.52% 0.69% -
XYZ 26.87 24.93 11.78 -
YUV 136.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 175 127 84 0 0.27 0.52 0.31 28.35 0.36 0.51
Hex AF 7F 54 0 1B 34 1F 1C 24 33
Octal 257 177 124 0 33 64 37 34 44 63
Binary 10101111 1111111 1010100 0 11011 110100 11111 11100 100100 110011

Color Harmonies of #AF7F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F54

Black with #AF7F54

Text Example


Text Example

White with #AF7F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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