#AA4738

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

Shades of Medium Carmine #AA4738

Tints of Medium Carmine #AA4738

Color information

#AA4738 (or 0xAA4738) is unknown color: approx Medium Carmine. HEX triplet: AA, 47 and 38. RGB value is (170,71,56). Sum of RGB (Red+Green+Blue) = 170+71+56=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4738 is #55B8C7. Grayscale: #636363. Windows color (decimal): -5617864 or 3688362. OLE color: 3688362.

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

Color convert

RGB1707156-
CMYK00.580.670.33
HSL7.89º50.44%44.31%-
HSV(B)7.89º67.06%66.67%-
XYZ19.5413.345.29-
YUV98.89103.8178.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=57.24%
G=23.91%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170715600.580.670.337.8950.4444.31
HexAA473803A43218322c
Octal2521077007210341106254
Binary101010101000111111000011101010000111000011000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4738; }

 p { color: rgb(170,71,56); }

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

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

 a { background-color: rgb(170,71,56); }

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

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

 span { border-color: rgb(170,71,56); }

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