Html Css Color HEX #AC0960 Jazzberry Jam

📋 copy color: '#AC0960'

red 172 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #AC0960

Tints of Jazzberry Jam #AC0960

RGB

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

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

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

R = 62.09%
G = 3.25%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0960 (or 0xAC0960) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 60. RGB value is (172,9,96). Sum of RGB (Red+Green+Blue) = 172+9+96=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0960 is #53F69F. Grayscale: #434343. Windows color (decimal): -5502624 or 6293932. OLE color: 6293932.

HSL color Cylindrical-coordinate representation of color #AC0960: hue angle of 327.98º 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 #AC0960 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 96 -
CMYK 0 0.95 0.44 0.33
HSL 327.98º 0.9% 0.35% -
HSV(B) 327.98º 0.95% 0.67% -
XYZ 19.22 9.81 11.95 -
YUV 67.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 172 9 96 0 0.95 0.44 0.33 327.98 0.9 0.35
Hex AC 9 60 0 5F 2C 21 148 5A 23
Octal 254 11 140 0 137 54 41 510 132 43
Binary 10101100 1001 1100000 0 1011111 101100 100001 101001000 1011010 100011

Color Harmonies of #AC0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0960

Black with #AC0960

Text Example


Text Example

White with #AC0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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