Html Css Color HEX #AC174D Jazzberry Jam

📋 copy color: '#AC174D'

red 172 ◦ green 23 ◦ blue 77

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

Shades of Jazzberry Jam #AC174D

Tints of Jazzberry Jam #AC174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 63.24%
G = 8.46%
B = 28.31%

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

#AC174D (or 0xAC174D) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 4D. RGB value is (172,23,77). Sum of RGB (Red+Green+Blue) = 172+23+77=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC174D is #53E8B2. Grayscale: #494949. Windows color (decimal): -5499059 or 5052332. OLE color: 5052332.

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

Color convert

RGB 172 23 77 -
CMYK 0 0.87 0.55 0.33
HSL 338.26º 0.76% 0.38% -
HSV(B) 338.26º 0.87% 0.67% -
XYZ 18.66 9.92 7.95 -
YUV 73.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 172 23 77 0 0.87 0.55 0.33 338.26 0.76 0.38
Hex AC 17 4D 0 57 37 21 152 4C 26
Octal 254 27 115 0 127 67 41 522 114 46
Binary 10101100 10111 1001101 0 1010111 110111 100001 101010010 1001100 100110

Color Harmonies of #AC174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC174D

Black with #AC174D

Text Example


Text Example

White with #AC174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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