Html Css Color HEX #AF884C Muddy Waters

📋 copy color: '#AF884C'

red 175 ◦ green 136 ◦ blue 76

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

Shades of Muddy Waters #AF884C

Tints of Muddy Waters #AF884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 45.22%
G = 35.14%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF884C (or 0xAF884C) is known color: Muddy Waters. HEX triplet: AF, 88 and 4C. RGB value is (175,136,76). Sum of RGB (Red+Green+Blue) = 175+136+76=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF884C is #5077B3. Grayscale: #8D8D8D. Windows color (decimal): -5273524 or 5015727. OLE color: 5015727.

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

Color convert

RGB 175 136 76 -
CMYK 0 0.22 0.57 0.31
HSL 36.36º 0.39% 0.49% -
HSV(B) 36.36º 0.57% 0.69% -
XYZ 27.79 27.24 10.63 -
YUV 140.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 175 136 76 0 0.22 0.57 0.31 36.36 0.39 0.49
Hex AF 88 4C 0 16 39 1F 24 27 31
Octal 257 210 114 0 26 71 37 44 47 61
Binary 10101111 10001000 1001100 0 10110 111001 11111 100100 100111 110001

Color Harmonies of #AF884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF884C

Black with #AF884C

Text Example


Text Example

White with #AF884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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