Html Css Color HEX #AC0959 Jazzberry Jam

📋 copy color: '#AC0959'

red 172 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #AC0959

Tints of Jazzberry Jam #AC0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 63.7%
G = 3.33%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0959 (or 0xAC0959) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 59. RGB value is (172,9,89). Sum of RGB (Red+Green+Blue) = 172+9+89=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0959 is #53F6A6. Grayscale: #424242. Windows color (decimal): -5502631 or 5835180. OLE color: 5835180.

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

Color convert

RGB 172 9 89 -
CMYK 0 0.95 0.48 0.33
HSL 330.55º 0.9% 0.35% -
HSV(B) 330.55º 0.95% 0.67% -
XYZ 18.91 9.69 10.32 -
YUV 66.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 172 9 89 0 0.95 0.48 0.33 330.55 0.9 0.35
Hex AC 9 59 0 5F 30 21 14B 5A 23
Octal 254 11 131 0 137 60 41 513 132 43
Binary 10101100 1001 1011001 0 1011111 110000 100001 101001011 1011010 100011

Color Harmonies of #AC0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0959

Black with #AC0959

Text Example


Text Example

White with #AC0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0959; }

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

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

background-color css

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

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

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

border-color css

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

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

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