Html Css Color HEX #AC1146 Jazzberry Jam

📋 copy color: '#AC1146'

red 172 ◦ green 17 ◦ blue 70

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

Shades of Jazzberry Jam #AC1146

Tints of Jazzberry Jam #AC1146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

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

R = 66.41%
G = 6.56%
B = 27.03%

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

#AC1146 (or 0xAC1146) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 46. RGB value is (172,17,70). Sum of RGB (Red+Green+Blue) = 172+17+70=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1146 is #53EEB9. Grayscale: #454545. Windows color (decimal): -5500602 or 4592044. OLE color: 4592044.

HSL color Cylindrical-coordinate representation of color #AC1146: hue angle of 339.48º degrees, saturation: 0.82, 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 #AC1146 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 70 -
CMYK 0 0.90 0.59 0.33
HSL 339.48º 0.82% 0.37% -
HSV(B) 339.48º 0.9% 0.67% -
XYZ 18.32 9.61 6.68 -
YUV 69.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 172 17 70 0 0.90 0.59 0.33 339.48 0.82 0.37
Hex AC 11 46 0 5A 3B 21 153 52 25
Octal 254 21 106 0 132 73 41 523 122 45
Binary 10101100 10001 1000110 0 1011010 111011 100001 101010011 1010010 100101

Color Harmonies of #AC1146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1146

Black with #AC1146

Text Example


Text Example

White with #AC1146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1146; }

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

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

background-color css

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

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

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

border-color css

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

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

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