#AF874B

Color #AF874B Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AF874B

Tints of Muddy Waters #AF874B

Color information

#AF874B (or 0xAF874B) is unknown color: approx Muddy Waters. HEX triplet: AF, 87 and 4B. RGB value is (175,135,75). Sum of RGB (Red+Green+Blue) = 175+135+75=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF874B is #5078B4. Grayscale: #8C8C8C. Windows color (decimal): -5273781 or 4949935. OLE color: 4949935.

HSL color Cylindrical-coordinate representation of color #AF874B: hue angle of 36º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF874B is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17513575-
CMYK00.230.570.31
HSL36º40%49.02%-
HSV(B)36º57.14%68.63%-
XYZ27.6126.9510.4-
YUV140.1291.25152.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=45.45%
G=35.06%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751357500.230.570.31364049.02
HexAF874B017391F242831
Octal2572071130277137445061
Binary1010111110000111100101101011111100111111100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF874B; }

 p { color: rgb(175,135,75); }

 H1.HeaderClassName
 {
   color: #AF874B;
 }
 .AnyTagClassName
 {
   color: #AF874B;
 }
</style>
background-color css

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

 a { background-color: rgb(175,135,75); }

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

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

 span { border-color: rgb(175,135,75); }

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