#AA4635

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

Shades of Medium Carmine #AA4635

Tints of Medium Carmine #AA4635

Color information

#AA4635 (or 0xAA4635) is unknown color: approx Medium Carmine. HEX triplet: AA, 46 and 35. RGB value is (170,70,53). Sum of RGB (Red+Green+Blue) = 170+70+53=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4635 is #55B9CA. Grayscale: #626262. Windows color (decimal): -5618123 or 3491498. OLE color: 3491498.

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

Color convert

RGB1707053-
CMYK00.590.690.33
HSL8.72º52.47%43.73%-
HSV(B)8.72º68.82%66.67%-
XYZ19.4113.184.89-
YUV97.96102.63179.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=58.02%
G=23.89%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170705300.590.690.338.7252.4743.73
HexAA463503B45219342c
Octal2521066507310541116454
Binary101010101000110110101011101110001011000011001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4635; }

 p { color: rgb(170,70,53); }

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

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

 a { background-color: rgb(170,70,53); }

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

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

 span { border-color: rgb(170,70,53); }

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