#AC165F

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

Shades of Jazzberry Jam #AC165F

Tints of Jazzberry Jam #AC165F

Color information

#AC165F (or 0xAC165F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 16 and 5F. RGB value is (172,22,95). Sum of RGB (Red+Green+Blue) = 172+22+95=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC165F is #53E9A0. Grayscale: #4B4B4B. Windows color (decimal): -5499297 or 6231724. OLE color: 6231724.

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

Color convert

RGB1722295-
CMYK00.870.450.33
HSL330.8º77.32%38.04%-
HSV(B)330.8º87.21%67.45%-
XYZ19.3710.1711.77-
YUV75.17139.2197.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=59.52%
G=7.61%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172229500.870.450.33330.877.3238.04
HexAC165F0572D2114b4d26
Octal254261370127554151311546
Binary10101100101101011111010101111011011000011010010111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC165F; }

 p { color: rgb(172,22,95); }

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

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

 a { background-color: rgb(172,22,95); }

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

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

 span { border-color: rgb(172,22,95); }

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