#AC136F

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

Shades of Jazzberry Jam #AC136F

Tints of Jazzberry Jam #AC136F

Color information

#AC136F (or 0xAC136F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 13 and 6F. RGB value is (172,19,111). Sum of RGB (Red+Green+Blue) = 172+19+111=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC136F is #53EC90. Grayscale: #4B4B4B. Windows color (decimal): -5500049 or 7279532. OLE color: 7279532.

HSL color Cylindrical-coordinate representation of color #AC136F: hue angle of 323.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC136F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17219111-
CMYK00.890.350.33
HSL323.92º80.1%37.45%-
HSV(B)323.92º88.95%67.45%-
XYZ20.1210.3815.98-
YUV75.24148.19197.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=56.95%
G=6.29%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721911100.890.350.33323.9280.137.45
HexAC136F05923211445025
Octal254231570131434150412045
Binary10101100100111101111010110011000111000011010001001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC136F; }

 p { color: rgb(172,19,111); }

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

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

 a { background-color: rgb(172,19,111); }

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

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

 span { border-color: rgb(172,19,111); }

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