#AA1C5F

Color #AA1C5F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA1C5F

Tints of Jazzberry Jam #AA1C5F

Color information

#AA1C5F (or 0xAA1C5F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1C and 5F. RGB value is (170,28,95). Sum of RGB (Red+Green+Blue) = 170+28+95=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C5F is #55E3A0. Grayscale: #4D4D4D. Windows color (decimal): -5628833 or 6233258. OLE color: 6233258.

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

Color convert

RGB1702895-
CMYK00.840.440.33
HSL331.69º71.72%38.82%-
HSV(B)331.69º83.53%66.67%-
XYZ19.0610.211.79-
YUV78.1137.54193.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=58.02%
G=9.56%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170289500.840.440.33331.6971.7238.82
HexAA1C5F0542C2114c4827
Octal252341370124544151411047
Binary10101010111001011111010101001011001000011010011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C5F; }

 p { color: rgb(170,28,95); }

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

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

 a { background-color: rgb(170,28,95); }

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

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

 span { border-color: rgb(170,28,95); }

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