#AA4536

Color #AA4536 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AA4536

Tints of Medium Carmine #AA4536

Color information

#AA4536 (or 0xAA4536) is unknown color: approx Medium Carmine. HEX triplet: AA, 45 and 36. RGB value is (170,69,54). Sum of RGB (Red+Green+Blue) = 170+69+54=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4536 is #55BAC9. Grayscale: #616161. Windows color (decimal): -5618378 or 3556778. OLE color: 3556778.

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

Color convert

RGB1706954-
CMYK00.590.680.33
HSL7.76º51.79%43.92%-
HSV(B)7.76º68.24%66.67%-
XYZ19.3713.074.99-
YUV97.49103.46179.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=58.02%
G=23.55%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170695400.590.680.337.7651.7943.92
HexAA453603B44218342c
Octal2521056607310441106454
Binary101010101000101110110011101110001001000011000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4536; }

 p { color: rgb(170,69,54); }

 H1.HeaderClassName
 {
   color: #AA4536;
 }
 .AnyTagClassName
 {
   color: #AA4536;
 }
</style>
background-color css

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

 a { background-color: rgb(170,69,54); }

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

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

 span { border-color: rgb(170,69,54); }

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