#AA423E

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

Shades of Medium Carmine #AA423E

Tints of Medium Carmine #AA423E

Color information

#AA423E (or 0xAA423E) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 3E. RGB value is (170,66,62). Sum of RGB (Red+Green+Blue) = 170+66+62=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423E is #55BDC1. Grayscale: #606060. Windows color (decimal): -5619138 or 4080298. OLE color: 4080298.

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

Color convert

RGB1706662-
CMYK00.610.640.33
HSL2.22º46.55%45.49%-
HSV(B)2.22º63.53%66.67%-
XYZ19.412.796-
YUV96.64108.46180.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=57.05%
G=22.15%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170666200.610.640.332.2246.5545.49
HexAA423E03D402122f2d
Octal252102760751004125755
Binary1010101010000101111100111101100000010000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA423E; }

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

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

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

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

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

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

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

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