Html Css Color HEX #AC2360 Jazzberry Jam

📋 copy color: '#AC2360'

red 172 ◦ green 35 ◦ blue 96

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

Shades of Jazzberry Jam #AC2360

Tints of Jazzberry Jam #AC2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 56.77%
G = 11.55%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC2360 (or 0xAC2360) is known color: Jazzberry Jam. HEX triplet: AC, 23 and 60. RGB value is (172,35,96). Sum of RGB (Red+Green+Blue) = 172+35+96=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2360 is #53DC9F. Grayscale: #525252. Windows color (decimal): -5495968 or 6300588. OLE color: 6300588.

HSL color Cylindrical-coordinate representation of color #AC2360: hue angle of 333.28º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2360 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 96 -
CMYK 0 0.80 0.44 0.33
HSL 333.28º 0.66% 0.41% -
HSV(B) 333.28º 0.8% 0.67% -
XYZ 19.73 10.82 12.11 -
YUV 82.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 172 35 96 0 0.80 0.44 0.33 333.28 0.66 0.41
Hex AC 23 60 0 50 2C 21 14D 42 29
Octal 254 43 140 0 120 54 41 515 102 51
Binary 10101100 100011 1100000 0 1010000 101100 100001 101001101 1000010 101001

Color Harmonies of #AC2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2360

Black with #AC2360

Text Example


Text Example

White with #AC2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2360; }

 p { color: rgb(172,35,96); }

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

background-color css

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

 a { background-color: rgb(172,35,96); }

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

border-color css

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

 span { border-color: rgb(172,35,96); }

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