Html Css Color HEX #AC154C Jazzberry Jam

📋 copy color: '#AC154C'

red 172 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #AC154C

Tints of Jazzberry Jam #AC154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 63.94%
G = 7.81%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC154C (or 0xAC154C) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 4C. RGB value is (172,21,76). Sum of RGB (Red+Green+Blue) = 172+21+76=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC154C is #53EAB3. Grayscale: #484848. Windows color (decimal): -5499572 or 4986284. OLE color: 4986284.

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

Color convert

RGB 172 21 76 -
CMYK 0 0.88 0.56 0.33
HSL 338.15º 0.78% 0.38% -
HSV(B) 338.15º 0.88% 0.67% -
XYZ 18.59 9.83 7.76 -
YUV 72.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 172 21 76 0 0.88 0.56 0.33 338.15 0.78 0.38
Hex AC 15 4C 0 58 38 21 152 4E 26
Octal 254 25 114 0 130 70 41 522 116 46
Binary 10101100 10101 1001100 0 1011000 111000 100001 101010010 1001110 100110

Color Harmonies of #AC154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC154C

Black with #AC154C

Text Example


Text Example

White with #AC154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC154C; }

 p { color: rgb(172,21,76); }

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

background-color css

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

 a { background-color: rgb(172,21,76); }

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

border-color css

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

 span { border-color: rgb(172,21,76); }

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