Html Css Color HEX #AF884A Muddy Waters

📋 copy color: '#AF884A'

red 175 ◦ green 136 ◦ blue 74

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

Shades of Muddy Waters #AF884A

Tints of Muddy Waters #AF884A

RGB

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

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

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

R = 45.45%
G = 35.32%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF884A (or 0xAF884A) is known color: Muddy Waters. HEX triplet: AF, 88 and 4A. RGB value is (175,136,74). Sum of RGB (Red+Green+Blue) = 175+136+74=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF884A is #5077B5. Grayscale: #8C8C8C. Windows color (decimal): -5273526 or 4884655. OLE color: 4884655.

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

Color convert

RGB 175 136 74 -
CMYK 0 0.22 0.58 0.31
HSL 36.83º 0.41% 0.49% -
HSV(B) 36.83º 0.58% 0.69% -
XYZ 27.72 27.22 10.27 -
YUV 140.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 175 136 74 0 0.22 0.58 0.31 36.83 0.41 0.49
Hex AF 88 4A 0 16 3A 1F 25 29 31
Octal 257 210 112 0 26 72 37 45 51 61
Binary 10101111 10001000 1001010 0 10110 111010 11111 100101 101001 110001

Color Harmonies of #AF884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF884A

Black with #AF884A

Text Example


Text Example

White with #AF884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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