#AC225F

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

Shades of Jazzberry Jam #AC225F

Tints of Jazzberry Jam #AC225F

Color information

#AC225F (or 0xAC225F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 22 and 5F. RGB value is (172,34,95). Sum of RGB (Red+Green+Blue) = 172+34+95=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC225F is #53DDA0. Grayscale: #525252. Windows color (decimal): -5496225 or 6234796. OLE color: 6234796.

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

Color convert

RGB1723495-
CMYK00.800.450.33
HSL333.48º66.99%40.39%-
HSV(B)333.48º80.23%67.45%-
XYZ19.6510.7411.86-
YUV82.22135.22192.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=57.14%
G=11.30%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172349500.800.450.33333.4866.9940.39
HexAC225F0502D2114d4328
Octal254421370120554151510350
Binary101011001000101011111010100001011011000011010011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC225F; }

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

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

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

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

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

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

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

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