Html Css Color HEX #AA854B Muddy Waters

📋 copy color: '#AA854B'

red 170 ◦ green 133 ◦ blue 75

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

Shades of Muddy Waters #AA854B

Tints of Muddy Waters #AA854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 44.97%
G = 35.19%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA854B (or 0xAA854B) is known color: Muddy Waters. HEX triplet: AA, 85 and 4B. RGB value is (170,133,75). Sum of RGB (Red+Green+Blue) = 170+133+75=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA854B is #557AB4. Grayscale: #898989. Windows color (decimal): -5601973 or 4949418. OLE color: 4949418.

HSL color Cylindrical-coordinate representation of color #AA854B: hue angle of 36.63º 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 #AA854B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 75 -
CMYK 0 0.22 0.56 0.33
HSL 36.63º 0.39% 0.48% -
HSV(B) 36.63º 0.56% 0.67% -
XYZ 26.24 25.83 10.26 -
YUV 137.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 170 133 75 0 0.22 0.56 0.33 36.63 0.39 0.48
Hex AA 85 4B 0 16 38 21 25 27 30
Octal 252 205 113 0 26 70 41 45 47 60
Binary 10101010 10000101 1001011 0 10110 111000 100001 100101 100111 110000

Color Harmonies of #AA854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA854B

Black with #AA854B

Text Example


Text Example

White with #AA854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA854B; }

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

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

background-color css

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

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

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

border-color css

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

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

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