Html Css Color HEX #AC186D Jazzberry Jam

📋 copy color: '#AC186D'

red 172 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #AC186D

Tints of Jazzberry Jam #AC186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 56.39%
G = 7.87%
B = 35.74%

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

#AC186D (or 0xAC186D) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 6D. RGB value is (172,24,109). Sum of RGB (Red+Green+Blue) = 172+24+109=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC186D is #53E792. Grayscale: #4D4D4D. Windows color (decimal): -5498771 or 7149740. OLE color: 7149740.

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

Color convert

RGB 172 24 109 -
CMYK 0 0.86 0.37 0.33
HSL 325.54º 0.76% 0.38% -
HSV(B) 325.54º 0.86% 0.67% -
XYZ 20.1 10.53 15.44 -
YUV 77.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 172 24 109 0 0.86 0.37 0.33 325.54 0.76 0.38
Hex AC 18 6D 0 56 25 21 146 4C 26
Octal 254 30 155 0 126 45 41 506 114 46
Binary 10101100 11000 1101101 0 1010110 100101 100001 101000110 1001100 100110

Color Harmonies of #AC186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC186D

Black with #AC186D

Text Example


Text Example

White with #AC186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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