Html Css Color HEX #AE8145 Muddy Waters

📋 copy color: '#AE8145'

red 174 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #AE8145

Tints of Muddy Waters #AE8145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 46.77%
G = 34.68%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE8145 (or 0xAE8145) is known color: Muddy Waters. HEX triplet: AE, 81 and 45. RGB value is (174,129,69). Sum of RGB (Red+Green+Blue) = 174+129+69=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8145 is #517EBA. Grayscale: #878787. Windows color (decimal): -5340859 or 4555182. OLE color: 4555182.

HSL color Cylindrical-coordinate representation of color #AE8145: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE8145 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 69 -
CMYK 0 0.26 0.60 0.32
HSL 34.29º 0.43% 0.48% -
HSV(B) 34.29º 0.6% 0.68% -
XYZ 26.38 25.13 9.09 -
YUV 135.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 174 129 69 0 0.26 0.60 0.32 34.29 0.43 0.48
Hex AE 81 45 0 1A 3C 20 22 2B 30
Octal 256 201 105 0 32 74 40 42 53 60
Binary 10101110 10000001 1000101 0 11010 111100 100000 100010 101011 110000

Color Harmonies of #AE8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8145

Black with #AE8145

Text Example


Text Example

White with #AE8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8145; }

 p { color: rgb(174,129,69); }

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

background-color css

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

 a { background-color: rgb(174,129,69); }

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

border-color css

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

 span { border-color: rgb(174,129,69); }

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