Html Css Color HEX #AA7850 Muddy Waters

📋 copy color: '#AA7850'

red 170 ◦ green 120 ◦ blue 80

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

Shades of Muddy Waters #AA7850

Tints of Muddy Waters #AA7850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 45.95%
G = 32.43%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA7850 (or 0xAA7850) is known color: Muddy Waters. HEX triplet: AA, 78 and 50. RGB value is (170,120,80). Sum of RGB (Red+Green+Blue) = 170+120+80=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7850 is #5587AF. Grayscale: #828282. Windows color (decimal): -5605296 or 5273770. OLE color: 5273770.

HSL color Cylindrical-coordinate representation of color #AA7850: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA7850 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 80 -
CMYK 0 0.29 0.53 0.33
HSL 26.67º 0.36% 0.49% -
HSV(B) 26.67º 0.53% 0.67% -
XYZ 24.74 22.56 10.64 -
YUV 130.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 170 120 80 0 0.29 0.53 0.33 26.67 0.36 0.49
Hex AA 78 50 0 1D 35 21 1B 24 31
Octal 252 170 120 0 35 65 41 33 44 61
Binary 10101010 1111000 1010000 0 11101 110101 100001 11011 100100 110001

Color Harmonies of #AA7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7850

Black with #AA7850

Text Example


Text Example

White with #AA7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7850; }

 p { color: rgb(170,120,80); }

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

background-color css

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

 a { background-color: rgb(170,120,80); }

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

border-color css

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

 span { border-color: rgb(170,120,80); }

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