Html Css Color HEX #AF874A Muddy Waters

📋 copy color: '#AF874A'

red 175 ◦ green 135 ◦ blue 74

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

Shades of Muddy Waters #AF874A

Tints of Muddy Waters #AF874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 45.57%
G = 35.16%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF874A (or 0xAF874A) is known color: Muddy Waters. HEX triplet: AF, 87 and 4A. RGB value is (175,135,74). Sum of RGB (Red+Green+Blue) = 175+135+74=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF874A is #5078B5. Grayscale: #8C8C8C. Windows color (decimal): -5273782 or 4884399. OLE color: 4884399.

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

Color convert

RGB 175 135 74 -
CMYK 0 0.23 0.58 0.31
HSL 36.24º 0.41% 0.49% -
HSV(B) 36.24º 0.58% 0.69% -
XYZ 27.58 26.94 10.22 -
YUV 140.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 175 135 74 0 0.23 0.58 0.31 36.24 0.41 0.49
Hex AF 87 4A 0 17 3A 1F 24 29 31
Octal 257 207 112 0 27 72 37 44 51 61
Binary 10101111 10000111 1001010 0 10111 111010 11111 100100 101001 110001

Color Harmonies of #AF874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF874A

Black with #AF874A

Text Example


Text Example

White with #AF874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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