Html Css Color HEX #AF8847 Muddy Waters

📋 copy color: '#AF8847'

red 175 ◦ green 136 ◦ blue 71

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

Shades of Muddy Waters #AF8847

Tints of Muddy Waters #AF8847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 45.81%
G = 35.6%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8847 (or 0xAF8847) is known color: Muddy Waters. HEX triplet: AF, 88 and 47. RGB value is (175,136,71). Sum of RGB (Red+Green+Blue) = 175+136+71=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8847 is #5077B8. Grayscale: #8C8C8C. Windows color (decimal): -5273529 or 4688047. OLE color: 4688047.

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

Color convert

RGB 175 136 71 -
CMYK 0 0.22 0.59 0.31
HSL 37.5º 0.42% 0.48% -
HSV(B) 37.5º 0.59% 0.69% -
XYZ 27.62 27.18 9.75 -
YUV 140.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 175 136 71 0 0.22 0.59 0.31 37.5 0.42 0.48
Hex AF 88 47 0 16 3B 1F 26 2A 30
Octal 257 210 107 0 26 73 37 46 52 60
Binary 10101111 10001000 1000111 0 10110 111011 11111 100110 101010 110000

Color Harmonies of #AF8847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8847

Black with #AF8847

Text Example


Text Example

White with #AF8847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8847; }

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

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

background-color css

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

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

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

border-color css

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

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

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