Html Css Color HEX #AC194B Jazzberry Jam

📋 copy color: '#AC194B'

red 172 ◦ green 25 ◦ blue 75

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

Shades of Jazzberry Jam #AC194B

Tints of Jazzberry Jam #AC194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.57%

R = 63.24%
G = 9.19%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC194B (or 0xAC194B) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 4B. RGB value is (172,25,75). Sum of RGB (Red+Green+Blue) = 172+25+75=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC194B is #53E6B4. Grayscale: #4A4A4A. Windows color (decimal): -5498549 or 4921772. OLE color: 4921772.

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

Color convert

RGB 172 25 75 -
CMYK 0 0.85 0.56 0.33
HSL 339.59º 0.75% 0.39% -
HSV(B) 339.59º 0.85% 0.67% -
XYZ 18.63 9.97 7.6 -
YUV 74.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 172 25 75 0 0.85 0.56 0.33 339.59 0.75 0.39
Hex AC 19 4B 0 55 38 21 154 4B 27
Octal 254 31 113 0 125 70 41 524 113 47
Binary 10101100 11001 1001011 0 1010101 111000 100001 101010100 1001011 100111

Color Harmonies of #AC194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC194B

Black with #AC194B

Text Example


Text Example

White with #AC194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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