Html Css Color HEX #AF8248 Muddy Waters

📋 copy color: '#AF8248'

red 175 ◦ green 130 ◦ blue 72

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

Shades of Muddy Waters #AF8248

Tints of Muddy Waters #AF8248

RGB

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

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

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

R = 46.42%
G = 34.48%
B = 19.1%

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

#AF8248 (or 0xAF8248) is known color: Muddy Waters. HEX triplet: AF, 82 and 48. RGB value is (175,130,72). Sum of RGB (Red+Green+Blue) = 175+130+72=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8248 is #507DB7. Grayscale: #898989. Windows color (decimal): -5275064 or 4752047. OLE color: 4752047.

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

Color convert

RGB 175 130 72 -
CMYK 0 0.26 0.59 0.31
HSL 33.79º 0.42% 0.48% -
HSV(B) 33.79º 0.59% 0.69% -
XYZ 26.83 25.55 9.65 -
YUV 136.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 175 130 72 0 0.26 0.59 0.31 33.79 0.42 0.48
Hex AF 82 48 0 1A 3B 1F 22 2A 30
Octal 257 202 110 0 32 73 37 42 52 60
Binary 10101111 10000010 1001000 0 11010 111011 11111 100010 101010 110000

Color Harmonies of #AF8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8248

Black with #AF8248

Text Example


Text Example

White with #AF8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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