Html Css Color HEX #AC1667 Jazzberry Jam

📋 copy color: '#AC1667'

red 172 ◦ green 22 ◦ blue 103

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

Shades of Jazzberry Jam #AC1667

Tints of Jazzberry Jam #AC1667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 57.91%
G = 7.41%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1667 (or 0xAC1667) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 67. RGB value is (172,22,103). Sum of RGB (Red+Green+Blue) = 172+22+103=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1667 is #53E998. Grayscale: #4B4B4B. Windows color (decimal): -5499289 or 6756012. OLE color: 6756012.

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

Color convert

RGB 172 22 103 -
CMYK 0 0.87 0.40 0.33
HSL 327.6º 0.77% 0.38% -
HSV(B) 327.6º 0.87% 0.67% -
XYZ 19.75 10.32 13.78 -
YUV 76.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 172 22 103 0 0.87 0.40 0.33 327.6 0.77 0.38
Hex AC 16 67 0 57 28 21 148 4D 26
Octal 254 26 147 0 127 50 41 510 115 46
Binary 10101100 10110 1100111 0 1010111 101000 100001 101001000 1001101 100110

Color Harmonies of #AC1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1667

Black with #AC1667

Text Example


Text Example

White with #AC1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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