Html Css Color HEX #AE824B Muddy Waters

📋 copy color: '#AE824B'

red 174 ◦ green 130 ◦ blue 75

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

Shades of Muddy Waters #AE824B

Tints of Muddy Waters #AE824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 45.91%
G = 34.3%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE824B (or 0xAE824B) is known color: Muddy Waters. HEX triplet: AE, 82 and 4B. RGB value is (174,130,75). Sum of RGB (Red+Green+Blue) = 174+130+75=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE824B is #517DB4. Grayscale: #898989. Windows color (decimal): -5340597 or 4948654. OLE color: 4948654.

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

Color convert

RGB 174 130 75 -
CMYK 0 0.25 0.57 0.32
HSL 33.33º 0.4% 0.49% -
HSV(B) 33.33º 0.57% 0.68% -
XYZ 26.71 25.47 10.17 -
YUV 136.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 174 130 75 0 0.25 0.57 0.32 33.33 0.4 0.49
Hex AE 82 4B 0 19 39 20 21 28 31
Octal 256 202 113 0 31 71 40 41 50 61
Binary 10101110 10000010 1001011 0 11001 111001 100000 100001 101000 110001

Color Harmonies of #AE824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE824B

Black with #AE824B

Text Example


Text Example

White with #AE824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE824B; }

 p { color: rgb(174,130,75); }

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

background-color css

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

 a { background-color: rgb(174,130,75); }

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

border-color css

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

 span { border-color: rgb(174,130,75); }

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