Html Css Color HEX #AE7B41 Muddy Waters

📋 copy color: '#AE7B41'

red 174 ◦ green 123 ◦ blue 65

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

Shades of Muddy Waters #AE7B41

Tints of Muddy Waters #AE7B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 48.07%
G = 33.98%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE7B41 (or 0xAE7B41) is known color: Muddy Waters. HEX triplet: AE, 7B and 41. RGB value is (174,123,65). Sum of RGB (Red+Green+Blue) = 174+123+65=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B41 is #5184BE. Grayscale: #838383. Windows color (decimal): -5342399 or 4291502. OLE color: 4291502.

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

Color convert

RGB 174 123 65 -
CMYK 0 0.29 0.63 0.32
HSL 31.93º 0.46% 0.47% -
HSV(B) 31.93º 0.63% 0.68% -
XYZ 25.49 23.55 8.2 -
YUV 131.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 174 123 65 0 0.29 0.63 0.32 31.93 0.46 0.47
Hex AE 7B 41 0 1D 3F 20 20 2E 2F
Octal 256 173 101 0 35 77 40 40 56 57
Binary 10101110 1111011 1000001 0 11101 111111 100000 100000 101110 101111

Color Harmonies of #AE7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B41

Black with #AE7B41

Text Example


Text Example

White with #AE7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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