#AA4136

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

Shades of Medium Carmine #AA4136

Tints of Medium Carmine #AA4136

Color information

#AA4136 (or 0xAA4136) is unknown color: approx Medium Carmine. HEX triplet: AA, 41 and 36. RGB value is (170,65,54). Sum of RGB (Red+Green+Blue) = 170+65+54=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4136 is #55BEC9. Grayscale: #5F5F5F. Windows color (decimal): -5619402 or 3555754. OLE color: 3555754.

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

Color convert

RGB1706554-
CMYK00.620.680.33
HSL5.69º51.79%43.92%-
HSV(B)5.69º68.24%66.67%-
XYZ19.1312.594.91-
YUV95.14104.79181.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=58.82%
G=22.49%
B=18.69%

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
Decimal170655400.620.680.335.6951.7943.92
HexAA413603E44216342c
Octal252101660761044166454
Binary10101010100000111011001111101000100100001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4136; }

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

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

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

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

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

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

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

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