#AA4236

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

Shades of Medium Carmine #AA4236

Tints of Medium Carmine #AA4236

Color information

#AA4236 (or 0xAA4236) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 36. RGB value is (170,66,54). Sum of RGB (Red+Green+Blue) = 170+66+54=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4236 is #55BDC9. Grayscale: #5F5F5F. Windows color (decimal): -5619146 or 3556010. OLE color: 3556010.

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

Color convert

RGB1706654-
CMYK00.610.680.33
HSL6.21º51.79%43.92%-
HSV(B)6.21º68.24%66.67%-
XYZ19.1912.714.93-
YUV95.73104.46180.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=58.62%
G=22.76%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170665400.610.680.336.2151.7943.92
HexAA423603D44216342c
Octal252102660751044166454
Binary10101010100001011011001111011000100100001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4236; }

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

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

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

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

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

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

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

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