Html Css Color HEX #AC184D Jazzberry Jam

📋 copy color: '#AC184D'

red 172 ◦ green 24 ◦ blue 77

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

Shades of Jazzberry Jam #AC184D

Tints of Jazzberry Jam #AC184D

RGB

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

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

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

R = 63%
G = 8.79%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC184D (or 0xAC184D) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 4D. RGB value is (172,24,77). Sum of RGB (Red+Green+Blue) = 172+24+77=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC184D is #53E7B2. Grayscale: #4A4A4A. Windows color (decimal): -5498803 or 5052588. OLE color: 5052588.

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

Color convert

RGB 172 24 77 -
CMYK 0 0.86 0.55 0.33
HSL 338.51º 0.76% 0.38% -
HSV(B) 338.51º 0.86% 0.67% -
XYZ 18.68 9.96 7.96 -
YUV 74.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 172 24 77 0 0.86 0.55 0.33 338.51 0.76 0.38
Hex AC 18 4D 0 56 37 21 153 4C 26
Octal 254 30 115 0 126 67 41 523 114 46
Binary 10101100 11000 1001101 0 1010110 110111 100001 101010011 1001100 100110

Color Harmonies of #AC184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC184D

Black with #AC184D

Text Example


Text Example

White with #AC184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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