Html Css Color HEX #AC1752 Jazzberry Jam

📋 copy color: '#AC1752'

red 172 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #AC1752

Tints of Jazzberry Jam #AC1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 62.09%
G = 8.3%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1752 (or 0xAC1752) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 52. RGB value is (172,23,82). Sum of RGB (Red+Green+Blue) = 172+23+82=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1752 is #53E8AD. Grayscale: #4A4A4A. Windows color (decimal): -5499054 or 5380012. OLE color: 5380012.

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

Color convert

RGB 172 23 82 -
CMYK 0 0.87 0.52 0.33
HSL 336.24º 0.76% 0.38% -
HSV(B) 336.24º 0.87% 0.67% -
XYZ 18.84 9.99 8.92 -
YUV 74.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 172 23 82 0 0.87 0.52 0.33 336.24 0.76 0.38
Hex AC 17 52 0 57 34 21 150 4C 26
Octal 254 27 122 0 127 64 41 520 114 46
Binary 10101100 10111 1010010 0 1010111 110100 100001 101010000 1001100 100110

Color Harmonies of #AC1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1752

Black with #AC1752

Text Example


Text Example

White with #AC1752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1752; }

 p { color: rgb(172,23,82); }

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

background-color css

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

 a { background-color: rgb(172,23,82); }

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

border-color css

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

 span { border-color: rgb(172,23,82); }

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