Html Css Color HEX #AF8447 Muddy Waters

📋 copy color: '#AF8447'

red 175 ◦ green 132 ◦ blue 71

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

Shades of Muddy Waters #AF8447

Tints of Muddy Waters #AF8447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 46.3%
G = 34.92%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8447 (or 0xAF8447) is known color: Muddy Waters. HEX triplet: AF, 84 and 47. RGB value is (175,132,71). Sum of RGB (Red+Green+Blue) = 175+132+71=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8447 is #507BB8. Grayscale: #8A8A8A. Windows color (decimal): -5274553 or 4687023. OLE color: 4687023.

HSL color Cylindrical-coordinate representation of color #AF8447: hue angle of 35.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF8447 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 71 -
CMYK 0 0.25 0.59 0.31
HSL 35.19º 0.42% 0.48% -
HSV(B) 35.19º 0.59% 0.69% -
XYZ 27.07 26.07 9.57 -
YUV 137.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 175 132 71 0 0.25 0.59 0.31 35.19 0.42 0.48
Hex AF 84 47 0 19 3B 1F 23 2A 30
Octal 257 204 107 0 31 73 37 43 52 60
Binary 10101111 10000100 1000111 0 11001 111011 11111 100011 101010 110000

Color Harmonies of #AF8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8447

Black with #AF8447

Text Example


Text Example

White with #AF8447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8447; }

 p { color: rgb(175,132,71); }

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

background-color css

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

 a { background-color: rgb(175,132,71); }

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

border-color css

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

 span { border-color: rgb(175,132,71); }

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