Html Css Color HEX #AC174A Jazzberry Jam

📋 copy color: '#AC174A'

red 172 ◦ green 23 ◦ blue 74

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

Shades of Jazzberry Jam #AC174A

Tints of Jazzberry Jam #AC174A

RGB

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

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

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

R = 63.94%
G = 8.55%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC174A (or 0xAC174A) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 4A. RGB value is (172,23,74). Sum of RGB (Red+Green+Blue) = 172+23+74=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC174A is #53E8B5. Grayscale: #494949. Windows color (decimal): -5499062 or 4855724. OLE color: 4855724.

HSL color Cylindrical-coordinate representation of color #AC174A: hue angle of 339.46º 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 #AC174A is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 74 -
CMYK 0 0.87 0.57 0.33
HSL 339.46º 0.76% 0.38% -
HSV(B) 339.46º 0.87% 0.67% -
XYZ 18.56 9.88 7.41 -
YUV 73.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 172 23 74 0 0.87 0.57 0.33 339.46 0.76 0.38
Hex AC 17 4A 0 57 39 21 153 4C 26
Octal 254 27 112 0 127 71 41 523 114 46
Binary 10101100 10111 1001010 0 1010111 111001 100001 101010011 1001100 100110

Color Harmonies of #AC174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC174A

Black with #AC174A

Text Example


Text Example

White with #AC174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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