Html Css Color HEX #AC155A Jazzberry Jam

📋 copy color: '#AC155A'

red 172 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #AC155A

Tints of Jazzberry Jam #AC155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 60.78%
G = 7.42%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC155A (or 0xAC155A) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 5A. RGB value is (172,21,90). Sum of RGB (Red+Green+Blue) = 172+21+90=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155A is #53EAA5. Grayscale: #494949. Windows color (decimal): -5499558 or 5903788. OLE color: 5903788.

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

Color convert

RGB 172 21 90 -
CMYK 0 0.88 0.48 0.33
HSL 332.58º 0.78% 0.38% -
HSV(B) 332.58º 0.88% 0.67% -
XYZ 19.13 10.05 10.6 -
YUV 74.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 172 21 90 0 0.88 0.48 0.33 332.58 0.78 0.38
Hex AC 15 5A 0 58 30 21 14D 4E 26
Octal 254 25 132 0 130 60 41 515 116 46
Binary 10101100 10101 1011010 0 1011000 110000 100001 101001101 1001110 100110

Color Harmonies of #AC155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC155A

Black with #AC155A

Text Example


Text Example

White with #AC155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC155A; }

 p { color: rgb(172,21,90); }

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

background-color css

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

 a { background-color: rgb(172,21,90); }

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

border-color css

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

 span { border-color: rgb(172,21,90); }

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