Html Css Color HEX #AE7B4C Muddy Waters

📋 copy color: '#AE7B4C'

red 174 ◦ green 123 ◦ blue 76

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

Shades of Muddy Waters #AE7B4C

Tints of Muddy Waters #AE7B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 46.65%
G = 32.98%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE7B4C (or 0xAE7B4C) is known color: Muddy Waters. HEX triplet: AE, 7B and 4C. RGB value is (174,123,76). Sum of RGB (Red+Green+Blue) = 174+123+76=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B4C is #5184B3. Grayscale: #858585. Windows color (decimal): -5342388 or 5012398. OLE color: 5012398.

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

Color convert

RGB 174 123 76 -
CMYK 0 0.29 0.56 0.32
HSL 28.78º 0.39% 0.49% -
HSV(B) 28.78º 0.56% 0.68% -
XYZ 25.84 23.69 10.05 -
YUV 132.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 174 123 76 0 0.29 0.56 0.32 28.78 0.39 0.49
Hex AE 7B 4C 0 1D 38 20 1D 27 31
Octal 256 173 114 0 35 70 40 35 47 61
Binary 10101110 1111011 1001100 0 11101 111000 100000 11101 100111 110001

Color Harmonies of #AE7B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B4C

Black with #AE7B4C

Text Example


Text Example

White with #AE7B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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