Html Css Color HEX #AC0D56 Jazzberry Jam

📋 copy color: '#AC0D56'

red 172 ◦ green 13 ◦ blue 86

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

Shades of Jazzberry Jam #AC0D56

Tints of Jazzberry Jam #AC0D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 63.47%
G = 4.8%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC0D56 (or 0xAC0D56) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 56. RGB value is (172,13,86). Sum of RGB (Red+Green+Blue) = 172+13+86=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D56 is #53F2A9. Grayscale: #444444. Windows color (decimal): -5501610 or 5639596. OLE color: 5639596.

HSL color Cylindrical-coordinate representation of color #AC0D56: hue angle of 332.45º degrees, saturation: 0.86, 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 #AC0D56 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 86 -
CMYK 0 0.92 0.5 0.33
HSL 332.45º 0.86% 0.36% -
HSV(B) 332.45º 0.92% 0.67% -
XYZ 18.84 9.73 9.69 -
YUV 68.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 172 13 86 0 0.92 0.5 0.33 332.45 0.86 0.36
Hex AC D 56 0 5C 32 21 14C 56 24
Octal 254 15 126 0 134 62 41 514 126 44
Binary 10101100 1101 1010110 0 1011100 110010 100001 101001100 1010110 100100

Color Harmonies of #AC0D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D56

Black with #AC0D56

Text Example


Text Example

White with #AC0D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D56; }

 p { color: rgb(172,13,86); }

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

background-color css

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

 a { background-color: rgb(172,13,86); }

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

border-color css

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

 span { border-color: rgb(172,13,86); }

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