Html Css Color HEX #AC184E Jazzberry Jam

📋 copy color: '#AC184E'

red 172 ◦ green 24 ◦ blue 78

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

Shades of Jazzberry Jam #AC184E

Tints of Jazzberry Jam #AC184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 62.77%
G = 8.76%
B = 28.47%

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

#AC184E (or 0xAC184E) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 4E. RGB value is (172,24,78). Sum of RGB (Red+Green+Blue) = 172+24+78=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC184E is #53E7B1. Grayscale: #4A4A4A. Windows color (decimal): -5498802 or 5118124. OLE color: 5118124.

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

Color convert

RGB 172 24 78 -
CMYK 0 0.86 0.55 0.33
HSL 338.11º 0.76% 0.38% -
HSV(B) 338.11º 0.86% 0.67% -
XYZ 18.72 9.97 8.15 -
YUV 74.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 172 24 78 0 0.86 0.55 0.33 338.11 0.76 0.38
Hex AC 18 4E 0 56 37 21 152 4C 26
Octal 254 30 116 0 126 67 41 522 114 46
Binary 10101100 11000 1001110 0 1010110 110111 100001 101010010 1001100 100110

Color Harmonies of #AC184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC184E

Black with #AC184E

Text Example


Text Example

White with #AC184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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