Html Css Color HEX #AC195B Jazzberry Jam

📋 copy color: '#AC195B'

red 172 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #AC195B

Tints of Jazzberry Jam #AC195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 59.72%
G = 8.68%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC195B (or 0xAC195B) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 5B. RGB value is (172,25,91). Sum of RGB (Red+Green+Blue) = 172+25+91=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC195B is #53E6A4. Grayscale: #4C4C4C. Windows color (decimal): -5498533 or 5970348. OLE color: 5970348.

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

Color convert

RGB 172 25 91 -
CMYK 0 0.85 0.47 0.33
HSL 333.06º 0.75% 0.39% -
HSV(B) 333.06º 0.85% 0.67% -
XYZ 19.25 10.22 10.86 -
YUV 76.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 172 25 91 0 0.85 0.47 0.33 333.06 0.75 0.39
Hex AC 19 5B 0 55 2F 21 14D 4B 27
Octal 254 31 133 0 125 57 41 515 113 47
Binary 10101100 11001 1011011 0 1010101 101111 100001 101001101 1001011 100111

Color Harmonies of #AC195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC195B

Black with #AC195B

Text Example


Text Example

White with #AC195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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