Html Css Color HEX #AC186C Jazzberry Jam

📋 copy color: '#AC186C'

red 172 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #AC186C

Tints of Jazzberry Jam #AC186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 56.58%
G = 7.89%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC186C (or 0xAC186C) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 6C. RGB value is (172,24,108). Sum of RGB (Red+Green+Blue) = 172+24+108=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC186C is #53E793. Grayscale: #4D4D4D. Windows color (decimal): -5498772 or 7084204. OLE color: 7084204.

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

Color convert

RGB 172 24 108 -
CMYK 0 0.86 0.37 0.33
HSL 325.95º 0.76% 0.38% -
HSV(B) 325.95º 0.86% 0.67% -
XYZ 20.05 10.51 15.16 -
YUV 77.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 172 24 108 0 0.86 0.37 0.33 325.95 0.76 0.38
Hex AC 18 6C 0 56 25 21 146 4C 26
Octal 254 30 154 0 126 45 41 506 114 46
Binary 10101100 11000 1101100 0 1010110 100101 100001 101000110 1001100 100110

Color Harmonies of #AC186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC186C

Black with #AC186C

Text Example


Text Example

White with #AC186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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