Html Css Color HEX #AC176D Jazzberry Jam

📋 copy color: '#AC176D'

red 172 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #AC176D

Tints of Jazzberry Jam #AC176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 56.58%
G = 7.57%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC176D (or 0xAC176D) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 6D. RGB value is (172,23,109). Sum of RGB (Red+Green+Blue) = 172+23+109=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC176D is #53E892. Grayscale: #4D4D4D. Windows color (decimal): -5499027 or 7149484. OLE color: 7149484.

HSL color Cylindrical-coordinate representation of color #AC176D: hue angle of 325.37º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC176D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 109 -
CMYK 0 0.87 0.37 0.33
HSL 325.37º 0.76% 0.38% -
HSV(B) 325.37º 0.87% 0.67% -
XYZ 20.08 10.49 15.43 -
YUV 77.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 172 23 109 0 0.87 0.37 0.33 325.37 0.76 0.38
Hex AC 17 6D 0 57 25 21 145 4C 26
Octal 254 27 155 0 127 45 41 505 114 46
Binary 10101100 10111 1101101 0 1010111 100101 100001 101000101 1001100 100110

Color Harmonies of #AC176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC176D

Black with #AC176D

Text Example


Text Example

White with #AC176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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