Html Css Color HEX #AC184C Jazzberry Jam

📋 copy color: '#AC184C'

red 172 ◦ green 24 ◦ blue 76

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

Shades of Jazzberry Jam #AC184C

Tints of Jazzberry Jam #AC184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

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

R = 63.24%
G = 8.82%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC184C (or 0xAC184C) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 4C. RGB value is (172,24,76). Sum of RGB (Red+Green+Blue) = 172+24+76=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC184C is #53E7B3. Grayscale: #4A4A4A. Windows color (decimal): -5498804 or 4987052. OLE color: 4987052.

HSL color Cylindrical-coordinate representation of color #AC184C: hue angle of 338.92º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC184C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 76 -
CMYK 0 0.86 0.56 0.33
HSL 338.92º 0.76% 0.38% -
HSV(B) 338.92º 0.86% 0.67% -
XYZ 18.64 9.95 7.77 -
YUV 74.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 172 24 76 0 0.86 0.56 0.33 338.92 0.76 0.38
Hex AC 18 4C 0 56 38 21 153 4C 26
Octal 254 30 114 0 126 70 41 523 114 46
Binary 10101100 11000 1001100 0 1010110 111000 100001 101010011 1001100 100110

Color Harmonies of #AC184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC184C

Black with #AC184C

Text Example


Text Example

White with #AC184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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