Html Css Color HEX #AF8256 Muddy Waters

📋 copy color: '#AF8256'

red 175 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #AF8256

Tints of Muddy Waters #AF8256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 86 (33.98% from 255) = 21.99%

R = 44.76%
G = 33.25%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8256 (or 0xAF8256) is known color: Muddy Waters. HEX triplet: AF, 82 and 56. RGB value is (175,130,86). Sum of RGB (Red+Green+Blue) = 175+130+86=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8256 is #507DA9. Grayscale: #8A8A8A. Windows color (decimal): -5275050 or 5669551. OLE color: 5669551.

HSL color Cylindrical-coordinate representation of color #AF8256: hue angle of 29.66º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF8256 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 86 -
CMYK 0 0.26 0.51 0.31
HSL 29.66º 0.36% 0.51% -
HSV(B) 29.66º 0.51% 0.69% -
XYZ 27.34 25.75 12.33 -
YUV 138.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 175 130 86 0 0.26 0.51 0.31 29.66 0.36 0.51
Hex AF 82 56 0 1A 33 1F 1E 24 33
Octal 257 202 126 0 32 63 37 36 44 63
Binary 10101111 10000010 1010110 0 11010 110011 11111 11110 100100 110011

Color Harmonies of #AF8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8256

Black with #AF8256

Text Example


Text Example

White with #AF8256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8256; }

 p { color: rgb(175,130,86); }

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

background-color css

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

 a { background-color: rgb(175,130,86); }

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

border-color css

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

 span { border-color: rgb(175,130,86); }

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