Html Css Color HEX #AF8551 Muddy Waters

📋 copy color: '#AF8551'

red 175 ◦ green 133 ◦ blue 81

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

Shades of Muddy Waters #AF8551

Tints of Muddy Waters #AF8551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 44.99%
G = 34.19%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8551 (or 0xAF8551) is known color: Muddy Waters. HEX triplet: AF, 85 and 51. RGB value is (175,133,81). Sum of RGB (Red+Green+Blue) = 175+133+81=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8551 is #507AAE. Grayscale: #8B8B8B. Windows color (decimal): -5274287 or 5342639. OLE color: 5342639.

HSL color Cylindrical-coordinate representation of color #AF8551: hue angle of 33.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF8551 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 81 -
CMYK 0 0.24 0.54 0.31
HSL 33.19º 0.37% 0.5% -
HSV(B) 33.19º 0.54% 0.69% -
XYZ 27.55 26.48 11.44 -
YUV 139.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 175 133 81 0 0.24 0.54 0.31 33.19 0.37 0.5
Hex AF 85 51 0 18 36 1F 21 25 32
Octal 257 205 121 0 30 66 37 41 45 62
Binary 10101111 10000101 1010001 0 11000 110110 11111 100001 100101 110010

Color Harmonies of #AF8551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8551

Black with #AF8551

Text Example


Text Example

White with #AF8551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8551; }

 p { color: rgb(175,133,81); }

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

background-color css

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

 a { background-color: rgb(175,133,81); }

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

border-color css

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

 span { border-color: rgb(175,133,81); }

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