Html Css Color HEX #AA7952 Muddy Waters

📋 copy color: '#AA7952'

red 170 ◦ green 121 ◦ blue 82

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

Shades of Muddy Waters #AA7952

Tints of Muddy Waters #AA7952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 45.58%
G = 32.44%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA7952 (or 0xAA7952) is known color: Muddy Waters. HEX triplet: AA, 79 and 52. RGB value is (170,121,82). Sum of RGB (Red+Green+Blue) = 170+121+82=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7952 is #5586AD. Grayscale: #838383. Windows color (decimal): -5605038 or 5405098. OLE color: 5405098.

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

Color convert

RGB 170 121 82 -
CMYK 0 0.29 0.52 0.33
HSL 26.59º 0.35% 0.49% -
HSV(B) 26.59º 0.52% 0.67% -
XYZ 24.94 22.83 11.07 -
YUV 131.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 170 121 82 0 0.29 0.52 0.33 26.59 0.35 0.49
Hex AA 79 52 0 1D 34 21 1B 23 31
Octal 252 171 122 0 35 64 41 33 43 61
Binary 10101010 1111001 1010010 0 11101 110100 100001 11011 100011 110001

Color Harmonies of #AA7952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7952

Black with #AA7952

Text Example


Text Example

White with #AA7952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7952; }

 p { color: rgb(170,121,82); }

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

background-color css

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

 a { background-color: rgb(170,121,82); }

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

border-color css

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

 span { border-color: rgb(170,121,82); }

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