Html Css Color HEX #AF8147 Muddy Waters

📋 copy color: '#AF8147'

red 175 ◦ green 129 ◦ blue 71

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

Shades of Muddy Waters #AF8147

Tints of Muddy Waters #AF8147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 46.67%
G = 34.4%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8147 (or 0xAF8147) is known color: Muddy Waters. HEX triplet: AF, 81 and 47. RGB value is (175,129,71). Sum of RGB (Red+Green+Blue) = 175+129+71=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8147 is #507EB8. Grayscale: #888888. Windows color (decimal): -5275321 or 4686255. OLE color: 4686255.

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

Color convert

RGB 175 129 71 -
CMYK 0 0.26 0.59 0.31
HSL 33.46º 0.42% 0.48% -
HSV(B) 33.46º 0.59% 0.69% -
XYZ 26.67 25.27 9.43 -
YUV 136.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 175 129 71 0 0.26 0.59 0.31 33.46 0.42 0.48
Hex AF 81 47 0 1A 3B 1F 21 2A 30
Octal 257 201 107 0 32 73 37 41 52 60
Binary 10101111 10000001 1000111 0 11010 111011 11111 100001 101010 110000

Color Harmonies of #AF8147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8147

Black with #AF8147

Text Example


Text Example

White with #AF8147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8147; }

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

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

background-color css

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

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

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

border-color css

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

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

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