Html Css Color HEX #AC186E Jazzberry Jam

📋 copy color: '#AC186E'

red 172 ◦ green 24 ◦ blue 110

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

Shades of Jazzberry Jam #AC186E

Tints of Jazzberry Jam #AC186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 56.21%
G = 7.84%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC186E (or 0xAC186E) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 6E. RGB value is (172,24,110). Sum of RGB (Red+Green+Blue) = 172+24+110=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC186E is #53E791. Grayscale: #4D4D4D. Windows color (decimal): -5498770 or 7215276. OLE color: 7215276.

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

Color convert

RGB 172 24 110 -
CMYK 0 0.86 0.36 0.33
HSL 325.14º 0.76% 0.38% -
HSV(B) 325.14º 0.86% 0.67% -
XYZ 20.15 10.55 15.73 -
YUV 78.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 172 24 110 0 0.86 0.36 0.33 325.14 0.76 0.38
Hex AC 18 6E 0 56 24 21 145 4C 26
Octal 254 30 156 0 126 44 41 505 114 46
Binary 10101100 11000 1101110 0 1010110 100100 100001 101000101 1001100 100110

Color Harmonies of #AC186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC186E

Black with #AC186E

Text Example


Text Example

White with #AC186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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