Html Css Color HEX #AC194F Jazzberry Jam

📋 copy color: '#AC194F'

red 172 ◦ green 25 ◦ blue 79

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

Shades of Jazzberry Jam #AC194F

Tints of Jazzberry Jam #AC194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 62.32%
G = 9.06%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC194F (or 0xAC194F) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 4F. RGB value is (172,25,79). Sum of RGB (Red+Green+Blue) = 172+25+79=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC194F is #53E6B0. Grayscale: #4B4B4B. Windows color (decimal): -5498545 or 5183916. OLE color: 5183916.

HSL color Cylindrical-coordinate representation of color #AC194F: hue angle of 337.96º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC194F is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 79 -
CMYK 0 0.85 0.54 0.33
HSL 337.96º 0.75% 0.39% -
HSV(B) 337.96º 0.85% 0.67% -
XYZ 18.77 10.03 8.34 -
YUV 75.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 172 25 79 0 0.85 0.54 0.33 337.96 0.75 0.39
Hex AC 19 4F 0 55 36 21 152 4B 27
Octal 254 31 117 0 125 66 41 522 113 47
Binary 10101100 11001 1001111 0 1010101 110110 100001 101010010 1001011 100111

Color Harmonies of #AC194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC194F

Black with #AC194F

Text Example


Text Example

White with #AC194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC194F; }

 p { color: rgb(172,25,79); }

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

background-color css

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

 a { background-color: rgb(172,25,79); }

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

border-color css

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

 span { border-color: rgb(172,25,79); }

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