#AC165C

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

Shades of Jazzberry Jam #AC165C

Tints of Jazzberry Jam #AC165C

Color information

#AC165C (or 0xAC165C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 16 and 5C. RGB value is (172,22,92). Sum of RGB (Red+Green+Blue) = 172+22+92=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC165C is #53E9A3. Grayscale: #4A4A4A. Windows color (decimal): -5499300 or 6035116. OLE color: 6035116.

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

Color convert

RGB1722292-
CMYK00.870.470.33
HSL332º77.32%38.04%-
HSV(B)332º87.21%67.45%-
XYZ19.2310.1211.06-
YUV74.83137.7197.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=60.14%
G=7.69%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172229200.870.470.3333277.3238.04
HexAC165C0572F2114c4d26
Octal254261340127574151411546
Binary10101100101101011100010101111011111000011010011001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC165C; }

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

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

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

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

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

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

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

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