Html Css Color HEX #AC1456 Jazzberry Jam

📋 copy color: '#AC1456'

red 172 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #AC1456

Tints of Jazzberry Jam #AC1456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 61.87%
G = 7.19%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC1456 (or 0xAC1456) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 56. RGB value is (172,20,86). Sum of RGB (Red+Green+Blue) = 172+20+86=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1456 is #53EBA9. Grayscale: #484848. Windows color (decimal): -5499818 or 5641388. OLE color: 5641388.

HSL color Cylindrical-coordinate representation of color #AC1456: hue angle of 333.95º 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 #AC1456 is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 86 -
CMYK 0 0.88 0.5 0.33
HSL 333.95º 0.79% 0.38% -
HSV(B) 333.95º 0.88% 0.67% -
XYZ 18.94 9.94 9.72 -
YUV 72.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 172 20 86 0 0.88 0.5 0.33 333.95 0.79 0.38
Hex AC 14 56 0 58 32 21 14E 4F 26
Octal 254 24 126 0 130 62 41 516 117 46
Binary 10101100 10100 1010110 0 1011000 110010 100001 101001110 1001111 100110

Color Harmonies of #AC1456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1456

Black with #AC1456

Text Example


Text Example

White with #AC1456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1456; }

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

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

background-color css

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

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

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

border-color css

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

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

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