Html Css Color HEX #AF8148 Muddy Waters

📋 copy color: '#AF8148'

red 175 ◦ green 129 ◦ blue 72

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

Shades of Muddy Waters #AF8148

Tints of Muddy Waters #AF8148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 46.54%
G = 34.31%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8148 (or 0xAF8148) is known color: Muddy Waters. HEX triplet: AF, 81 and 48. RGB value is (175,129,72). Sum of RGB (Red+Green+Blue) = 175+129+72=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8148 is #507EB7. Grayscale: #888888. Windows color (decimal): -5275320 or 4751791. OLE color: 4751791.

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

Color convert

RGB 175 129 72 -
CMYK 0 0.26 0.59 0.31
HSL 33.2º 0.42% 0.48% -
HSV(B) 33.2º 0.59% 0.69% -
XYZ 26.7 25.28 9.6 -
YUV 136.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 175 129 72 0 0.26 0.59 0.31 33.2 0.42 0.48
Hex AF 81 48 0 1A 3B 1F 21 2A 30
Octal 257 201 110 0 32 73 37 41 52 60
Binary 10101111 10000001 1001000 0 11010 111011 11111 100001 101010 110000

Color Harmonies of #AF8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8148

Black with #AF8148

Text Example


Text Example

White with #AF8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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