Html Css Color HEX #AC184B Jazzberry Jam

📋 copy color: '#AC184B'

red 172 ◦ green 24 ◦ blue 75

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

Shades of Jazzberry Jam #AC184B

Tints of Jazzberry Jam #AC184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 63.47%
G = 8.86%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC184B (or 0xAC184B) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 4B. RGB value is (172,24,75). Sum of RGB (Red+Green+Blue) = 172+24+75=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC184B is #53E7B4. Grayscale: #4A4A4A. Windows color (decimal): -5498805 or 4921516. OLE color: 4921516.

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

Color convert

RGB 172 24 75 -
CMYK 0 0.86 0.56 0.33
HSL 339.32º 0.76% 0.38% -
HSV(B) 339.32º 0.86% 0.67% -
XYZ 18.61 9.93 7.59 -
YUV 74.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 172 24 75 0 0.86 0.56 0.33 339.32 0.76 0.38
Hex AC 18 4B 0 56 38 21 153 4C 26
Octal 254 30 113 0 126 70 41 523 114 46
Binary 10101100 11000 1001011 0 1010110 111000 100001 101010011 1001100 100110

Color Harmonies of #AC184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC184B

Black with #AC184B

Text Example


Text Example

White with #AC184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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