#AA4639

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

Shades of Medium Carmine #AA4639

Tints of Medium Carmine #AA4639

Color information

#AA4639 (or 0xAA4639) is unknown color: approx Medium Carmine. HEX triplet: AA, 46 and 39. RGB value is (170,70,57). Sum of RGB (Red+Green+Blue) = 170+70+57=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4639 is #55B9C6. Grayscale: #626262. Windows color (decimal): -5618119 or 3753642. OLE color: 3753642.

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

Color convert

RGB1707057-
CMYK00.590.660.33
HSL6.9º49.78%44.51%-
HSV(B)6.9º66.47%66.67%-
XYZ19.5113.225.39-
YUV98.42104.63179.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=57.24%
G=23.57%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170705700.590.660.336.949.7844.51
HexAA463903B42217322d
Octal252106710731024176255
Binary10101010100011011100101110111000010100001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4639; }

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

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

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

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

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

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

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

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