Html Css Color HEX #AE7A44 Muddy Waters

📋 copy color: '#AE7A44'

red 174 ◦ green 122 ◦ blue 68

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

Shades of Muddy Waters #AE7A44

Tints of Muddy Waters #AE7A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 47.8%
G = 33.52%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE7A44 (or 0xAE7A44) is known color: Muddy Waters. HEX triplet: AE, 7A and 44. RGB value is (174,122,68). Sum of RGB (Red+Green+Blue) = 174+122+68=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A44 is #5185BB. Grayscale: #838383. Windows color (decimal): -5342652 or 4487854. OLE color: 4487854.

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

Color convert

RGB 174 122 68 -
CMYK 0 0.30 0.61 0.32
HSL 30.57º 0.44% 0.47% -
HSV(B) 30.57º 0.61% 0.68% -
XYZ 25.46 23.34 8.63 -
YUV 131.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 174 122 68 0 0.30 0.61 0.32 30.57 0.44 0.47
Hex AE 7A 44 0 1E 3D 20 1F 2C 2F
Octal 256 172 104 0 36 75 40 37 54 57
Binary 10101110 1111010 1000100 0 11110 111101 100000 11111 101100 101111

Color Harmonies of #AE7A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A44

Black with #AE7A44

Text Example


Text Example

White with #AE7A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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