Html Css Color HEX #AC064C Jazzberry Jam

📋 copy color: '#AC064C'

red 172 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #AC064C

Tints of Jazzberry Jam #AC064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 67.72%
G = 2.36%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC064C (or 0xAC064C) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 4C. RGB value is (172,6,76). Sum of RGB (Red+Green+Blue) = 172+6+76=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC064C is #53F9B3. Grayscale: #3F3F3F. Windows color (decimal): -5503412 or 4982444. OLE color: 4982444.

HSL color Cylindrical-coordinate representation of color #AC064C: hue angle of 334.7º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC064C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 76 -
CMYK 0 0.97 0.56 0.33
HSL 334.7º 0.93% 0.35% -
HSV(B) 334.7º 0.97% 0.67% -
XYZ 18.38 9.42 7.69 -
YUV 63.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 172 6 76 0 0.97 0.56 0.33 334.7 0.93 0.35
Hex AC 6 4C 0 61 38 21 14F 5D 23
Octal 254 6 114 0 141 70 41 517 135 43
Binary 10101100 110 1001100 0 1100001 111000 100001 101001111 1011101 100011

Color Harmonies of #AC064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC064C

Black with #AC064C

Text Example


Text Example

White with #AC064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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