Html Css Color HEX #AE7B42 Muddy Waters

📋 copy color: '#AE7B42'

red 174 ◦ green 123 ◦ blue 66

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

Shades of Muddy Waters #AE7B42

Tints of Muddy Waters #AE7B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 47.93%
G = 33.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE7B42 (or 0xAE7B42) is known color: Muddy Waters. HEX triplet: AE, 7B and 42. RGB value is (174,123,66). Sum of RGB (Red+Green+Blue) = 174+123+66=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B42 is #5184BD. Grayscale: #848484. Windows color (decimal): -5342398 or 4357038. OLE color: 4357038.

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

Color convert

RGB 174 123 66 -
CMYK 0 0.29 0.62 0.32
HSL 31.67º 0.45% 0.47% -
HSV(B) 31.67º 0.62% 0.68% -
XYZ 25.52 23.56 8.36 -
YUV 131.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 174 123 66 0 0.29 0.62 0.32 31.67 0.45 0.47
Hex AE 7B 42 0 1D 3E 20 20 2D 2F
Octal 256 173 102 0 35 76 40 40 55 57
Binary 10101110 1111011 1000010 0 11101 111110 100000 100000 101101 101111

Color Harmonies of #AE7B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B42

Black with #AE7B42

Text Example


Text Example

White with #AE7B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B42; }

 p { color: rgb(174,123,66); }

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

background-color css

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

 a { background-color: rgb(174,123,66); }

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

border-color css

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

 span { border-color: rgb(174,123,66); }

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