Html Css Color HEX #AF804C Muddy Waters

📋 copy color: '#AF804C'

red 175 ◦ green 128 ◦ blue 76

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

Shades of Muddy Waters #AF804C

Tints of Muddy Waters #AF804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 46.17%
G = 33.77%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF804C (or 0xAF804C) is known color: Muddy Waters. HEX triplet: AF, 80 and 4C. RGB value is (175,128,76). Sum of RGB (Red+Green+Blue) = 175+128+76=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF804C is #507FB3. Grayscale: #888888. Windows color (decimal): -5275572 or 5013679. OLE color: 5013679.

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

Color convert

RGB 175 128 76 -
CMYK 0 0.27 0.57 0.31
HSL 31.52º 0.39% 0.49% -
HSV(B) 31.52º 0.57% 0.69% -
XYZ 26.7 25.07 10.27 -
YUV 136.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 175 128 76 0 0.27 0.57 0.31 31.52 0.39 0.49
Hex AF 80 4C 0 1B 39 1F 20 27 31
Octal 257 200 114 0 33 71 37 40 47 61
Binary 10101111 10000000 1001100 0 11011 111001 11111 100000 100111 110001

Color Harmonies of #AF804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF804C

Black with #AF804C

Text Example


Text Example

White with #AF804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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