Html Css Color HEX #AC094C Jazzberry Jam

📋 copy color: '#AC094C'

red 172 ◦ green 9 ◦ blue 76

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

Shades of Jazzberry Jam #AC094C

Tints of Jazzberry Jam #AC094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 66.93%
G = 3.5%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC094C (or 0xAC094C) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 4C. RGB value is (172,9,76). Sum of RGB (Red+Green+Blue) = 172+9+76=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC094C is #53F6B3. Grayscale: #414141. Windows color (decimal): -5502644 or 4983212. OLE color: 4983212.

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

Color convert

RGB 172 9 76 -
CMYK 0 0.95 0.56 0.33
HSL 335.34º 0.9% 0.35% -
HSV(B) 335.34º 0.95% 0.67% -
XYZ 18.42 9.49 7.7 -
YUV 65.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 172 9 76 0 0.95 0.56 0.33 335.34 0.9 0.35
Hex AC 9 4C 0 5F 38 21 14F 5A 23
Octal 254 11 114 0 137 70 41 517 132 43
Binary 10101100 1001 1001100 0 1011111 111000 100001 101001111 1011010 100011

Color Harmonies of #AC094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC094C

Black with #AC094C

Text Example


Text Example

White with #AC094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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