#AA4634

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

Shades of Medium Carmine #AA4634

Tints of Medium Carmine #AA4634

Color information

#AA4634 (or 0xAA4634) is unknown color: approx Medium Carmine. HEX triplet: AA, 46 and 34. RGB value is (170,70,52). Sum of RGB (Red+Green+Blue) = 170+70+52=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4634 is #55B9CB. Grayscale: #626262. Windows color (decimal): -5618124 or 3425962. OLE color: 3425962.

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

Color convert

RGB1707052-
CMYK00.590.690.33
HSL9.15º53.15%43.53%-
HSV(B)9.15º69.41%66.67%-
XYZ19.3913.174.77-
YUV97.85102.13179.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.22%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=58.22%
G=23.97%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170705200.590.690.339.1553.1543.53
HexAA463403B45219352c
Octal2521066407310541116554
Binary101010101000110110100011101110001011000011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4634; }

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

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

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

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

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

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

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

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