Html Css Color HEX #AC0946 Jazzberry Jam

📋 copy color: '#AC0946'

red 172 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #AC0946

Tints of Jazzberry Jam #AC0946

RGB

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

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

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

R = 68.53%
G = 3.59%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC0946 (or 0xAC0946) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 46. RGB value is (172,9,70). Sum of RGB (Red+Green+Blue) = 172+9+70=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0946 is #53F6B9. Grayscale: #404040. Windows color (decimal): -5502650 or 4589996. OLE color: 4589996.

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

Color convert

RGB 172 9 70 -
CMYK 0 0.95 0.59 0.33
HSL 337.55º 0.9% 0.35% -
HSV(B) 337.55º 0.95% 0.67% -
XYZ 18.22 9.41 6.65 -
YUV 64.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 172 9 70 0 0.95 0.59 0.33 337.55 0.9 0.35
Hex AC 9 46 0 5F 3B 21 152 5A 23
Octal 254 11 106 0 137 73 41 522 132 43
Binary 10101100 1001 1000110 0 1011111 111011 100001 101010010 1011010 100011

Color Harmonies of #AC0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0946

Black with #AC0946

Text Example


Text Example

White with #AC0946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0946; }

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

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

background-color css

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

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

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

border-color css

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

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

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