Html Css Color HEX #AA7C4B Muddy Waters

📋 copy color: '#AA7C4B'

red 170 ◦ green 124 ◦ blue 75

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

Shades of Muddy Waters #AA7C4B

Tints of Muddy Waters #AA7C4B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

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

R = 46.07%
G = 33.6%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA7C4B (or 0xAA7C4B) is known color: Muddy Waters. HEX triplet: AA, 7C and 4B. RGB value is (170,124,75). Sum of RGB (Red+Green+Blue) = 170+124+75=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C4B is #5583B4. Grayscale: #848484. Windows color (decimal): -5604277 or 4947114. OLE color: 4947114.

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

Color convert

RGB 170 124 75 -
CMYK 0 0.27 0.56 0.33
HSL 30.95º 0.39% 0.48% -
HSV(B) 30.95º 0.56% 0.67% -
XYZ 25.06 23.47 9.87 -
YUV 132.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 170 124 75 0 0.27 0.56 0.33 30.95 0.39 0.48
Hex AA 7C 4B 0 1B 38 21 1F 27 30
Octal 252 174 113 0 33 70 41 37 47 60
Binary 10101010 1111100 1001011 0 11011 111000 100001 11111 100111 110000

Color Harmonies of #AA7C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C4B

Black with #AA7C4B

Text Example


Text Example

White with #AA7C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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