Html Css Color HEX #AC0E4A Jazzberry Jam

📋 copy color: '#AC0E4A'

red 172 ◦ green 14 ◦ blue 74

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

Shades of Jazzberry Jam #AC0E4A

Tints of Jazzberry Jam #AC0E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 66.15%
G = 5.38%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC0E4A (or 0xAC0E4A) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 4A. RGB value is (172,14,74). Sum of RGB (Red+Green+Blue) = 172+14+74=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E4A is #53F1B5. Grayscale: #444444. Windows color (decimal): -5501366 or 4853420. OLE color: 4853420.

HSL color Cylindrical-coordinate representation of color #AC0E4A: hue angle of 337.22º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E4A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 14 74 -
CMYK 0 0.92 0.57 0.33
HSL 337.22º 0.85% 0.36% -
HSV(B) 337.22º 0.92% 0.67% -
XYZ 18.41 9.58 7.36 -
YUV 68.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 172 14 74 0 0.92 0.57 0.33 337.22 0.85 0.36
Hex AC E 4A 0 5C 39 21 151 55 24
Octal 254 16 112 0 134 71 41 521 125 44
Binary 10101100 1110 1001010 0 1011100 111001 100001 101010001 1010101 100100

Color Harmonies of #AC0E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E4A

Black with #AC0E4A

Text Example


Text Example

White with #AC0E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E4A; }

 p { color: rgb(172,14,74); }

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

background-color css

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

 a { background-color: rgb(172,14,74); }

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

border-color css

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

 span { border-color: rgb(172,14,74); }

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