#AC195A

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

Shades of Jazzberry Jam #AC195A

Tints of Jazzberry Jam #AC195A

Color information

#AC195A (or 0xAC195A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 19 and 5A. RGB value is (172,25,90). Sum of RGB (Red+Green+Blue) = 172+25+90=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC195A is #53E6A5. Grayscale: #4C4C4C. Windows color (decimal): -5498534 or 5904812. OLE color: 5904812.

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

Color convert

RGB1722590-
CMYK00.850.480.33
HSL333.47º74.62%38.63%-
HSV(B)333.47º85.47%67.45%-
XYZ19.2110.210.63-
YUV76.36135.7196.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=59.93%
G=8.71%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172259000.850.480.33333.4774.6238.63
HexAC195A055302114d4b27
Octal254311320125604151511347
Binary10101100110011011010010101011100001000011010011011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC195A; }

 p { color: rgb(172,25,90); }

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

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

 a { background-color: rgb(172,25,90); }

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

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

 span { border-color: rgb(172,25,90); }

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