#AA184A

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

Shades of Jazzberry Jam #AA184A

Tints of Jazzberry Jam #AA184A

Color information

#AA184A (or 0xAA184A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 18 and 4A. RGB value is (170,24,74). Sum of RGB (Red+Green+Blue) = 170+24+74=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA184A is #55E7B5. Grayscale: #494949. Windows color (decimal): -5629878 or 4855978. OLE color: 4855978.

HSL color Cylindrical-coordinate representation of color #AA184A: hue angle of 339.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA184A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1702474-
CMYK00.860.560.33
HSL339.45º75.26%38.04%-
HSV(B)339.45º85.88%66.67%-
XYZ18.149.697.39-
YUV73.35128.37196.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=63.43%
G=8.96%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170247400.860.560.33339.4575.2638.04
HexAA184A05638211534b26
Octal252301120126704152311346
Binary10101010110001001010010101101110001000011010100111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA184A; }

 p { color: rgb(170,24,74); }

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

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

 a { background-color: rgb(170,24,74); }

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

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

 span { border-color: rgb(170,24,74); }

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