Html Css Color HEX #AC1760 Jazzberry Jam

📋 copy color: '#AC1760'

red 172 ◦ green 23 ◦ blue 96

#AC1760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AC1760

Tints of Jazzberry Jam #AC1760

RGB

 RED value IS 172 (67.58% from 255) = 59.11%

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 59.11%
G = 7.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1760 (or 0xAC1760) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 60. RGB value is (172,23,96). Sum of RGB (Red+Green+Blue) = 172+23+96=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1760 is #53E89F. Grayscale: #4B4B4B. Windows color (decimal): -5499040 or 6297516. OLE color: 6297516.

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

Color convert

RGB 172 23 96 -
CMYK 0 0.87 0.44 0.33
HSL 330.6º 0.76% 0.38% -
HSV(B) 330.6º 0.87% 0.67% -
XYZ 19.43 10.23 12.02 -
YUV 75.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 172 23 96 0 0.87 0.44 0.33 330.6 0.76 0.38
Hex AC 17 60 0 57 2C 21 14B 4C 26
Octal 254 27 140 0 127 54 41 513 114 46
Binary 10101100 10111 1100000 0 1010111 101100 100001 101001011 1001100 100110

Color Harmonies of #AC1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1760

Black with #AC1760

Text Example


Text Example

White with #AC1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1760; }

 p { color: rgb(172,23,96); }

 H1.HeaderClassName
 {
   color: #AC1760;
 }
 .AnyTagClassName
 {
   color: #AC1760;
 }
</style>

background-color css

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

 a { background-color: rgb(172,23,96); }

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

border-color css

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

 span { border-color: rgb(172,23,96); }

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