#AA4137

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

Shades of Medium Carmine #AA4137

Tints of Medium Carmine #AA4137

Color information

#AA4137 (or 0xAA4137) is unknown color: approx Medium Carmine. HEX triplet: AA, 41 and 37. RGB value is (170,65,55). Sum of RGB (Red+Green+Blue) = 170+65+55=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4137 is #55BEC8. Grayscale: #5F5F5F. Windows color (decimal): -5619401 or 3621290. OLE color: 3621290.

HSL color Cylindrical-coordinate representation of color #AA4137: hue angle of 5.22º degrees, saturation: 0.51, 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 #AA4137 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1706555-
CMYK00.620.680.33
HSL5.22º51.11%44.12%-
HSV(B)5.22º67.65%66.67%-
XYZ19.1612.65.04-
YUV95.26105.29181.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 55 (21.88% from 255) = 18.97%
R=58.62%
G=22.41%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170655500.620.680.335.2251.1144.12
HexAA413703E44215332c
Octal252101670761044156354
Binary10101010100000111011101111101000100100001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4137; }

 p { color: rgb(170,65,55); }

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

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

 a { background-color: rgb(170,65,55); }

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

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

 span { border-color: rgb(170,65,55); }

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