Html Css Color HEX #AC174E Jazzberry Jam

📋 copy color: '#AC174E'

red 172 ◦ green 23 ◦ blue 78

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

Shades of Jazzberry Jam #AC174E

Tints of Jazzberry Jam #AC174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 63%
G = 8.42%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC174E (or 0xAC174E) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 4E. RGB value is (172,23,78). Sum of RGB (Red+Green+Blue) = 172+23+78=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC174E is #53E8B1. Grayscale: #494949. Windows color (decimal): -5499058 or 5117868. OLE color: 5117868.

HSL color Cylindrical-coordinate representation of color #AC174E: hue angle of 337.85º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC174E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 78 -
CMYK 0 0.87 0.55 0.33
HSL 337.85º 0.76% 0.38% -
HSV(B) 337.85º 0.87% 0.67% -
XYZ 18.69 9.93 8.14 -
YUV 73.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 172 23 78 0 0.87 0.55 0.33 337.85 0.76 0.38
Hex AC 17 4E 0 57 37 21 152 4C 26
Octal 254 27 116 0 127 67 41 522 114 46
Binary 10101100 10111 1001110 0 1010111 110111 100001 101010010 1001100 100110

Color Harmonies of #AC174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC174E

Black with #AC174E

Text Example


Text Example

White with #AC174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC174E; }

 p { color: rgb(172,23,78); }

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

background-color css

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

 a { background-color: rgb(172,23,78); }

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

border-color css

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

 span { border-color: rgb(172,23,78); }

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