#aa4732

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

Shades of Medium Carmine #AA4732

Tints of Medium Carmine #AA4732

Color information

#AA4732 (or 0xAA4732) is unknown color: approx Medium Carmine. HEX triplet: AA, 47 and 32. RGB value is (170,71,50). Sum of RGB (Red+Green+Blue) = 170+71+50=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4732 is #55B8CD. Grayscale: #626262. Windows color (decimal): -5617870 or 3295146. OLE color: 3295146.

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

Color convert

RGB1707150-
CMYK00.580.710.33
HSL10.5º54.55%43.14%-
HSV(B)10.5º70.59%66.67%-
XYZ19.4113.284.56-
YUV98.21100.8179.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=58.42%
G=24.40%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170715000.580.710.3310.554.5543.14
HexAA473203A4721b372b
Octal2521076207210741136753
Binary101010101000111110010011101010001111000011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4732; }

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

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

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

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

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

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

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

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