#AA4938

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

Shades of Medium Carmine #AA4938

Tints of Medium Carmine #AA4938

Color information

#AA4938 (or 0xAA4938) is unknown color: approx Medium Carmine. HEX triplet: AA, 49 and 38. RGB value is (170,73,56). Sum of RGB (Red+Green+Blue) = 170+73+56=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4938 is #55B6C7. Grayscale: #646464. Windows color (decimal): -5617352 or 3688874. OLE color: 3688874.

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

Color convert

RGB1707356-
CMYK00.570.670.33
HSL8.95º50.44%44.31%-
HSV(B)8.95º67.06%66.67%-
XYZ19.6713.65.33-
YUV100.06103.14177.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=56.86%
G=24.41%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170735600.570.670.338.9550.4444.31
HexAA493803943219322c
Octal2521117007110341116254
Binary101010101001001111000011100110000111000011001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4938; }

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

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

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

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

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

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

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

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