Html Css Color HEX #AC2059 Jazzberry Jam

📋 copy color: '#AC2059'

red 172 ◦ green 32 ◦ blue 89

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

Shades of Jazzberry Jam #AC2059

Tints of Jazzberry Jam #AC2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 58.7%
G = 10.92%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC2059 (or 0xAC2059) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 59. RGB value is (172,32,89). Sum of RGB (Red+Green+Blue) = 172+32+89=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2059 is #53DFA6. Grayscale: #505050. Windows color (decimal): -5496743 or 5841068. OLE color: 5841068.

HSL color Cylindrical-coordinate representation of color #AC2059: hue angle of 335.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2059 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 89 -
CMYK 0 0.81 0.48 0.33
HSL 335.57º 0.69% 0.4% -
HSV(B) 335.57º 0.81% 0.67% -
XYZ 19.33 10.52 10.46 -
YUV 80.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 172 32 89 0 0.81 0.48 0.33 335.57 0.69 0.4
Hex AC 20 59 0 51 30 21 150 45 28
Octal 254 40 131 0 121 60 41 520 105 50
Binary 10101100 100000 1011001 0 1010001 110000 100001 101010000 1000101 101000

Color Harmonies of #AC2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2059

Black with #AC2059

Text Example


Text Example

White with #AC2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2059; }

 p { color: rgb(172,32,89); }

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

background-color css

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

 a { background-color: rgb(172,32,89); }

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

border-color css

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

 span { border-color: rgb(172,32,89); }

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