Html Css Color HEX #AC1460 Jazzberry Jam

📋 copy color: '#AC1460'

red 172 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #AC1460

Tints of Jazzberry Jam #AC1460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 59.72%
G = 6.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1460 (or 0xAC1460) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 60. RGB value is (172,20,96). Sum of RGB (Red+Green+Blue) = 172+20+96=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1460 is #53EB9F. Grayscale: #494949. Windows color (decimal): -5499808 or 6296748. OLE color: 6296748.

HSL color Cylindrical-coordinate representation of color #AC1460: hue angle of 330º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1460 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 96 -
CMYK 0 0.88 0.44 0.33
HSL 330º 0.79% 0.38% -
HSV(B) 330º 0.88% 0.67% -
XYZ 19.37 10.12 12 -
YUV 74.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 172 20 96 0 0.88 0.44 0.33 330 0.79 0.38
Hex AC 14 60 0 58 2C 21 14A 4F 26
Octal 254 24 140 0 130 54 41 512 117 46
Binary 10101100 10100 1100000 0 1011000 101100 100001 101001010 1001111 100110

Color Harmonies of #AC1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1460

Black with #AC1460

Text Example


Text Example

White with #AC1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1460; }

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

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

background-color css

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

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

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

border-color css

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

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

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