Html Css Color HEX #AF8552 Muddy Waters

📋 copy color: '#AF8552'

red 175 ◦ green 133 ◦ blue 82

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

Shades of Muddy Waters #AF8552

Tints of Muddy Waters #AF8552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 44.87%
G = 34.1%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF8552 (or 0xAF8552) is known color: Muddy Waters. HEX triplet: AF, 85 and 52. RGB value is (175,133,82). Sum of RGB (Red+Green+Blue) = 175+133+82=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8552 is #507AAD. Grayscale: #8B8B8B. Windows color (decimal): -5274286 or 5408175. OLE color: 5408175.

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

Color convert

RGB 175 133 82 -
CMYK 0 0.24 0.53 0.31
HSL 32.9º 0.37% 0.5% -
HSV(B) 32.9º 0.53% 0.69% -
XYZ 27.59 26.5 11.64 -
YUV 139.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 175 133 82 0 0.24 0.53 0.31 32.9 0.37 0.5
Hex AF 85 52 0 18 35 1F 21 25 32
Octal 257 205 122 0 30 65 37 41 45 62
Binary 10101111 10000101 1010010 0 11000 110101 11111 100001 100101 110010

Color Harmonies of #AF8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8552

Black with #AF8552

Text Example


Text Example

White with #AF8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8552; }

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

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

background-color css

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

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

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

border-color css

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

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

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