Html Css Color HEX #AF8156 Muddy Waters

📋 copy color: '#AF8156'

red 175 ◦ green 129 ◦ blue 86

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

Shades of Muddy Waters #AF8156

Tints of Muddy Waters #AF8156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 44.87%
G = 33.08%
B = 22.05%

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

#AF8156 (or 0xAF8156) is known color: Muddy Waters. HEX triplet: AF, 81 and 56. RGB value is (175,129,86). Sum of RGB (Red+Green+Blue) = 175+129+86=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8156 is #507EA9. Grayscale: #8A8A8A. Windows color (decimal): -5275306 or 5669295. OLE color: 5669295.

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

Color convert

RGB 175 129 86 -
CMYK 0 0.26 0.51 0.31
HSL 28.99º 0.36% 0.51% -
HSV(B) 28.99º 0.51% 0.69% -
XYZ 27.21 25.49 12.29 -
YUV 137.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 175 129 86 0 0.26 0.51 0.31 28.99 0.36 0.51
Hex AF 81 56 0 1A 33 1F 1D 24 33
Octal 257 201 126 0 32 63 37 35 44 63
Binary 10101111 10000001 1010110 0 11010 110011 11111 11101 100100 110011

Color Harmonies of #AF8156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8156

Black with #AF8156

Text Example


Text Example

White with #AF8156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8156; }

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

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

background-color css

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

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

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

border-color css

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

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

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