Html Css Color HEX #AC1666 Jazzberry Jam

📋 copy color: '#AC1666'

red 172 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #AC1666

Tints of Jazzberry Jam #AC1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 58.11%
G = 7.43%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1666 (or 0xAC1666) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 66. RGB value is (172,22,102). Sum of RGB (Red+Green+Blue) = 172+22+102=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1666 is #53E999. Grayscale: #4B4B4B. Windows color (decimal): -5499290 or 6690476. OLE color: 6690476.

HSL color Cylindrical-coordinate representation of color #AC1666: hue angle of 328º degrees, saturation: 0.77, 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 #AC1666 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 102 -
CMYK 0 0.87 0.41 0.33
HSL 328º 0.77% 0.38% -
HSV(B) 328º 0.87% 0.67% -
XYZ 19.7 10.3 13.52 -
YUV 75.97 142.7 196.5 -
System Red Green Blue C M Y K H S L
Decimal 172 22 102 0 0.87 0.41 0.33 328 0.77 0.38
Hex AC 16 66 0 57 29 21 148 4D 26
Octal 254 26 146 0 127 51 41 510 115 46
Binary 10101100 10110 1100110 0 1010111 101001 100001 101001000 1001101 100110

Color Harmonies of #AC1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1666

Black with #AC1666

Text Example


Text Example

White with #AC1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1666; }

 p { color: rgb(172,22,102); }

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

background-color css

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

 a { background-color: rgb(172,22,102); }

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

border-color css

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

 span { border-color: rgb(172,22,102); }

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