Html Css Color HEX #AC023C Jazzberry Jam

📋 copy color: '#AC023C'

red 172 ◦ green 2 ◦ blue 60

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

Shades of Jazzberry Jam #AC023C

Tints of Jazzberry Jam #AC023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 60 (23.83% from 255) = 25.64%

R = 73.5%
G = 0.85%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC023C (or 0xAC023C) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 3C. RGB value is (172,2,60). Sum of RGB (Red+Green+Blue) = 172+2+60=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023C is #53FDC3. Grayscale: #3B3B3B. Windows color (decimal): -5504452 or 3932844. OLE color: 3932844.

HSL color Cylindrical-coordinate representation of color #AC023C: hue angle of 339.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC023C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 60 -
CMYK 0 0.99 0.65 0.33
HSL 339.53º 0.98% 0.34% -
HSV(B) 339.53º 0.99% 0.67% -
XYZ 17.85 9.14 5.1 -
YUV 59.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 172 2 60 0 0.99 0.65 0.33 339.53 0.98 0.34
Hex AC 2 3C 0 63 41 21 154 62 22
Octal 254 2 74 0 143 101 41 524 142 42
Binary 10101100 10 111100 0 1100011 1000001 100001 101010100 1100010 100010

Color Harmonies of #AC023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC023C

Black with #AC023C

Text Example


Text Example

White with #AC023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC023C; }

 p { color: rgb(172,2,60); }

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

background-color css

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

 a { background-color: rgb(172,2,60); }

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

border-color css

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

 span { border-color: rgb(172,2,60); }

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