Html Css Color HEX #AC1046 Jazzberry Jam

📋 copy color: '#AC1046'

red 172 ◦ green 16 ◦ blue 70

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

Shades of Jazzberry Jam #AC1046

Tints of Jazzberry Jam #AC1046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 66.67%
G = 6.2%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC1046 (or 0xAC1046) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 46. RGB value is (172,16,70). Sum of RGB (Red+Green+Blue) = 172+16+70=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1046 is #53EFB9. Grayscale: #444444. Windows color (decimal): -5500858 or 4591788. OLE color: 4591788.

HSL color Cylindrical-coordinate representation of color #AC1046: hue angle of 339.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 #AC1046 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 70 -
CMYK 0 0.91 0.59 0.33
HSL 339.23º 0.83% 0.37% -
HSV(B) 339.23º 0.91% 0.67% -
XYZ 18.3 9.58 6.68 -
YUV 68.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 172 16 70 0 0.91 0.59 0.33 339.23 0.83 0.37
Hex AC 10 46 0 5B 3B 21 153 53 25
Octal 254 20 106 0 133 73 41 523 123 45
Binary 10101100 10000 1000110 0 1011011 111011 100001 101010011 1010011 100101

Color Harmonies of #AC1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1046

Black with #AC1046

Text Example


Text Example

White with #AC1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1046; }

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

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

background-color css

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

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

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

border-color css

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

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

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