Html Css Color HEX #AC1060 Jazzberry Jam

📋 copy color: '#AC1060'

red 172 ◦ green 16 ◦ blue 96

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

Shades of Jazzberry Jam #AC1060

Tints of Jazzberry Jam #AC1060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 60.56%
G = 5.63%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1060 (or 0xAC1060) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 60. RGB value is (172,16,96). Sum of RGB (Red+Green+Blue) = 172+16+96=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1060 is #53EF9F. Grayscale: #474747. Windows color (decimal): -5500832 or 6295724. OLE color: 6295724.

HSL color Cylindrical-coordinate representation of color #AC1060: hue angle of 329.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1060 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 96 -
CMYK 0 0.91 0.44 0.33
HSL 329.23º 0.83% 0.37% -
HSV(B) 329.23º 0.91% 0.67% -
XYZ 19.31 9.99 11.98 -
YUV 71.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 172 16 96 0 0.91 0.44 0.33 329.23 0.83 0.37
Hex AC 10 60 0 5B 2C 21 149 53 25
Octal 254 20 140 0 133 54 41 511 123 45
Binary 10101100 10000 1100000 0 1011011 101100 100001 101001001 1010011 100101

Color Harmonies of #AC1060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1060

Black with #AC1060

Text Example


Text Example

White with #AC1060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1060; }

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

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

background-color css

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

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

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

border-color css

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

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

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