Html Css Color HEX #AA824B Muddy Waters

📋 copy color: '#AA824B'

red 170 ◦ green 130 ◦ blue 75

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

Shades of Muddy Waters #AA824B

Tints of Muddy Waters #AA824B

RGB

 RED value IS 170 (66.8% from 255) = 45.33%

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

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

R = 45.33%
G = 34.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA824B (or 0xAA824B) is known color: Muddy Waters. HEX triplet: AA, 82 and 4B. RGB value is (170,130,75). Sum of RGB (Red+Green+Blue) = 170+130+75=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA824B is #557DB4. Grayscale: #878787. Windows color (decimal): -5602741 or 4948650. OLE color: 4948650.

HSL color Cylindrical-coordinate representation of color #AA824B: hue angle of 34.74º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA824B is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 130 75 -
CMYK 0 0.24 0.56 0.33
HSL 34.74º 0.39% 0.48% -
HSV(B) 34.74º 0.56% 0.67% -
XYZ 25.83 25.02 10.12 -
YUV 135.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 170 130 75 0 0.24 0.56 0.33 34.74 0.39 0.48
Hex AA 82 4B 0 18 38 21 23 27 30
Octal 252 202 113 0 30 70 41 43 47 60
Binary 10101010 10000010 1001011 0 11000 111000 100001 100011 100111 110000

Color Harmonies of #AA824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA824B

Black with #AA824B

Text Example


Text Example

White with #AA824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA824B; }

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

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

background-color css

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

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

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

border-color css

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

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

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