Html Css Color HEX #AC1145 Jazzberry Jam

📋 copy color: '#AC1145'

red 172 ◦ green 17 ◦ blue 69

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

Shades of Jazzberry Jam #AC1145

Tints of Jazzberry Jam #AC1145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 66.67%
G = 6.59%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC1145 (or 0xAC1145) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 45. RGB value is (172,17,69). Sum of RGB (Red+Green+Blue) = 172+17+69=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1145 is #53EEBA. Grayscale: #454545. Windows color (decimal): -5500603 or 4526508. OLE color: 4526508.

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

Color convert

RGB 172 17 69 -
CMYK 0 0.90 0.60 0.33
HSL 339.87º 0.82% 0.37% -
HSV(B) 339.87º 0.9% 0.67% -
XYZ 18.29 9.6 6.52 -
YUV 69.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 172 17 69 0 0.90 0.60 0.33 339.87 0.82 0.37
Hex AC 11 45 0 5A 3C 21 154 52 25
Octal 254 21 105 0 132 74 41 524 122 45
Binary 10101100 10001 1000101 0 1011010 111100 100001 101010100 1010010 100101

Color Harmonies of #AC1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1145

Black with #AC1145

Text Example


Text Example

White with #AC1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1145; }

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

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

background-color css

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

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

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

border-color css

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

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

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