#AC0650

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

Shades of Jazzberry Jam #AC0650

Tints of Jazzberry Jam #AC0650

Color information

#AC0650 (or 0xAC0650) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 06 and 50. RGB value is (172,6,80). Sum of RGB (Red+Green+Blue) = 172+6+80=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0650 is #53F9AF. Grayscale: #3F3F3F. Windows color (decimal): -5503408 or 5244588. OLE color: 5244588.

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

Color convert

RGB172680-
CMYK00.970.530.33
HSL333.25º93.26%34.9%-
HSV(B)333.25º96.51%67.45%-
XYZ18.539.488.44-
YUV64.07137204.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=66.67%
G=2.33%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17268000.970.530.33333.2593.2634.9
HexAC650061352114d5d23
Octal25461200141654151513543
Binary101011001101010000011000011101011000011010011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0650; }

 p { color: rgb(172,6,80); }

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

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

 a { background-color: rgb(172,6,80); }

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

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

 span { border-color: rgb(172,6,80); }

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