Html Css Color HEX #AE8248 Muddy Waters

📋 copy color: '#AE8248'

red 174 ◦ green 130 ◦ blue 72

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

Shades of Muddy Waters #AE8248

Tints of Muddy Waters #AE8248

RGB

 RED value IS 174 (68.36% from 255) = 46.28%

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

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

R = 46.28%
G = 34.57%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE8248 (or 0xAE8248) is known color: Muddy Waters. HEX triplet: AE, 82 and 48. RGB value is (174,130,72). Sum of RGB (Red+Green+Blue) = 174+130+72=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8248 is #517DB7. Grayscale: #888888. Windows color (decimal): -5340600 or 4752046. OLE color: 4752046.

HSL color Cylindrical-coordinate representation of color #AE8248: hue angle of 34.12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE8248 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 72 -
CMYK 0 0.25 0.59 0.32
HSL 34.12º 0.41% 0.48% -
HSV(B) 34.12º 0.59% 0.68% -
XYZ 26.61 25.43 9.64 -
YUV 136.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 174 130 72 0 0.25 0.59 0.32 34.12 0.41 0.48
Hex AE 82 48 0 19 3B 20 22 29 30
Octal 256 202 110 0 31 73 40 42 51 60
Binary 10101110 10000010 1001000 0 11001 111011 100000 100010 101001 110000

Color Harmonies of #AE8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8248

Black with #AE8248

Text Example


Text Example

White with #AE8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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