Html Css Color HEX #AF784C Muddy Waters

📋 copy color: '#AF784C'

red 175 ◦ green 120 ◦ blue 76

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

Shades of Muddy Waters #AF784C

Tints of Muddy Waters #AF784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 47.17%
G = 32.35%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF784C (or 0xAF784C) is known color: Muddy Waters. HEX triplet: AF, 78 and 4C. RGB value is (175,120,76). Sum of RGB (Red+Green+Blue) = 175+120+76=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF784C is #5087B3. Grayscale: #838383. Windows color (decimal): -5277620 or 5011631. OLE color: 5011631.

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

Color convert

RGB 175 120 76 -
CMYK 0 0.31 0.57 0.31
HSL 26.67º 0.39% 0.49% -
HSV(B) 26.67º 0.57% 0.69% -
XYZ 25.7 23.07 9.94 -
YUV 131.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 175 120 76 0 0.31 0.57 0.31 26.67 0.39 0.49
Hex AF 78 4C 0 1F 39 1F 1B 27 31
Octal 257 170 114 0 37 71 37 33 47 61
Binary 10101111 1111000 1001100 0 11111 111001 11111 11011 100111 110001

Color Harmonies of #AF784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF784C

Black with #AF784C

Text Example


Text Example

White with #AF784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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