Html Css Color HEX #AC184A Jazzberry Jam

📋 copy color: '#AC184A'

red 172 ◦ green 24 ◦ blue 74

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

Shades of Jazzberry Jam #AC184A

Tints of Jazzberry Jam #AC184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 63.7%
G = 8.89%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC184A (or 0xAC184A) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 4A. RGB value is (172,24,74). Sum of RGB (Red+Green+Blue) = 172+24+74=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC184A is #53E7B5. Grayscale: #494949. Windows color (decimal): -5498806 or 4855980. OLE color: 4855980.

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

Color convert

RGB 172 24 74 -
CMYK 0 0.86 0.57 0.33
HSL 339.73º 0.76% 0.38% -
HSV(B) 339.73º 0.86% 0.67% -
XYZ 18.58 9.92 7.41 -
YUV 73.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 172 24 74 0 0.86 0.57 0.33 339.73 0.76 0.38
Hex AC 18 4A 0 56 39 21 154 4C 26
Octal 254 30 112 0 126 71 41 524 114 46
Binary 10101100 11000 1001010 0 1010110 111001 100001 101010100 1001100 100110

Color Harmonies of #AC184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC184A

Black with #AC184A

Text Example


Text Example

White with #AC184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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