Html Css Color HEX #AE7A52 Muddy Waters

📋 copy color: '#AE7A52'

red 174 ◦ green 122 ◦ blue 82

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

Shades of Muddy Waters #AE7A52

Tints of Muddy Waters #AE7A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 46.03%
G = 32.28%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE7A52 (or 0xAE7A52) is known color: Muddy Waters. HEX triplet: AE, 7A and 52. RGB value is (174,122,82). Sum of RGB (Red+Green+Blue) = 174+122+82=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A52 is #5185AD. Grayscale: #858585. Windows color (decimal): -5342638 or 5405358. OLE color: 5405358.

HSL color Cylindrical-coordinate representation of color #AE7A52: hue angle of 26.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE7A52 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 122 82 -
CMYK 0 0.30 0.53 0.32
HSL 26.09º 0.36% 0.5% -
HSV(B) 26.09º 0.53% 0.68% -
XYZ 25.94 23.53 11.16 -
YUV 132.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 174 122 82 0 0.30 0.53 0.32 26.09 0.36 0.5
Hex AE 7A 52 0 1E 35 20 1A 24 32
Octal 256 172 122 0 36 65 40 32 44 62
Binary 10101110 1111010 1010010 0 11110 110101 100000 11010 100100 110010

Color Harmonies of #AE7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A52

Black with #AE7A52

Text Example


Text Example

White with #AE7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A52; }

 p { color: rgb(174,122,82); }

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

background-color css

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

 a { background-color: rgb(174,122,82); }

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

border-color css

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

 span { border-color: rgb(174,122,82); }

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