Html Css Color HEX #AC1246 Jazzberry Jam

📋 copy color: '#AC1246'

red 172 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #AC1246

Tints of Jazzberry Jam #AC1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 66.15%
G = 6.92%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC1246 (or 0xAC1246) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 46. RGB value is (172,18,70). Sum of RGB (Red+Green+Blue) = 172+18+70=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1246 is #53EDB9. Grayscale: #454545. Windows color (decimal): -5500346 or 4592300. OLE color: 4592300.

HSL color Cylindrical-coordinate representation of color #AC1246: hue angle of 339.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1246 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 70 -
CMYK 0 0.90 0.59 0.33
HSL 339.74º 0.81% 0.37% -
HSV(B) 339.74º 0.9% 0.67% -
XYZ 18.34 9.65 6.69 -
YUV 69.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 172 18 70 0 0.90 0.59 0.33 339.74 0.81 0.37
Hex AC 12 46 0 5A 3B 21 154 51 25
Octal 254 22 106 0 132 73 41 524 121 45
Binary 10101100 10010 1000110 0 1011010 111011 100001 101010100 1010001 100101

Color Harmonies of #AC1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1246

Black with #AC1246

Text Example


Text Example

White with #AC1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1246; }

 p { color: rgb(172,18,70); }

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

background-color css

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

 a { background-color: rgb(172,18,70); }

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

border-color css

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

 span { border-color: rgb(172,18,70); }

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