Html Css Color HEX #AC0042 Jazzberry Jam

📋 copy color: '#AC0042'

red 172 ◦ green 0 ◦ blue 66

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

Shades of Jazzberry Jam #AC0042

Tints of Jazzberry Jam #AC0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 72.27%
G = 0%
B = 27.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0042 (or 0xAC0042) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 42. RGB value is (172,0,66). Sum of RGB (Red+Green+Blue) = 172+0+66=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0042 is #53FFBD. Grayscale: #3A3A3A. Windows color (decimal): -5504958 or 4325548. OLE color: 4325548.

HSL color Cylindrical-coordinate representation of color #AC0042: hue angle of 336.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0042 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 66 -
CMYK 0 1 0.62 0.33
HSL 336.98º 1% 0.34% -
HSV(B) 336.98º 1% 0.67% -
XYZ 18 9.16 5.97 -
YUV 58.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 172 0 66 0 1 0.62 0.33 336.98 1 0.34
Hex AC 0 42 0 64 3E 21 151 64 22
Octal 254 0 102 0 144 76 41 521 144 42
Binary 10101100 0 1000010 0 1100100 111110 100001 101010001 1100100 100010

Color Harmonies of #AC0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0042

Black with #AC0042

Text Example


Text Example

White with #AC0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0042; }

 p { color: rgb(172,0,66); }

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

background-color css

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

 a { background-color: rgb(172,0,66); }

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

border-color css

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

 span { border-color: rgb(172,0,66); }

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