Html Css Color HEX #AF8052 Muddy Waters

📋 copy color: '#AF8052'

red 175 ◦ green 128 ◦ blue 82

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

Shades of Muddy Waters #AF8052

Tints of Muddy Waters #AF8052

RGB

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

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

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

R = 45.45%
G = 33.25%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF8052 (or 0xAF8052) is known color: Muddy Waters. HEX triplet: AF, 80 and 52. RGB value is (175,128,82). Sum of RGB (Red+Green+Blue) = 175+128+82=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8052 is #507FAD. Grayscale: #898989. Windows color (decimal): -5275566 or 5406895. OLE color: 5406895.

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

Color convert

RGB 175 128 82 -
CMYK 0 0.27 0.53 0.31
HSL 29.68º 0.37% 0.5% -
HSV(B) 29.68º 0.53% 0.69% -
XYZ 26.92 25.16 11.42 -
YUV 136.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 175 128 82 0 0.27 0.53 0.31 29.68 0.37 0.5
Hex AF 80 52 0 1B 35 1F 1E 25 32
Octal 257 200 122 0 33 65 37 36 45 62
Binary 10101111 10000000 1010010 0 11011 110101 11111 11110 100101 110010

Color Harmonies of #AF8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8052

Black with #AF8052

Text Example


Text Example

White with #AF8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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