Html Css Color HEX #AF8848 Muddy Waters

📋 copy color: '#AF8848'

red 175 ◦ green 136 ◦ blue 72

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

Shades of Muddy Waters #AF8848

Tints of Muddy Waters #AF8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 45.69%
G = 35.51%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8848 (or 0xAF8848) is known color: Muddy Waters. HEX triplet: AF, 88 and 48. RGB value is (175,136,72). Sum of RGB (Red+Green+Blue) = 175+136+72=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8848 is #5077B7. Grayscale: #8C8C8C. Windows color (decimal): -5273528 or 4753583. OLE color: 4753583.

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

Color convert

RGB 175 136 72 -
CMYK 0 0.22 0.59 0.31
HSL 37.28º 0.42% 0.48% -
HSV(B) 37.28º 0.59% 0.69% -
XYZ 27.65 27.19 9.92 -
YUV 140.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 175 136 72 0 0.22 0.59 0.31 37.28 0.42 0.48
Hex AF 88 48 0 16 3B 1F 25 2A 30
Octal 257 210 110 0 26 73 37 45 52 60
Binary 10101111 10001000 1001000 0 10110 111011 11111 100101 101010 110000

Color Harmonies of #AF8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8848

Black with #AF8848

Text Example


Text Example

White with #AF8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8848; }

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

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

background-color css

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

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

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

border-color css

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

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

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