Html Css Color HEX #AC185A Jazzberry Jam

📋 copy color: '#AC185A'

red 172 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #AC185A

Tints of Jazzberry Jam #AC185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 60.14%
G = 8.39%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC185A (or 0xAC185A) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 5A. RGB value is (172,24,90). Sum of RGB (Red+Green+Blue) = 172+24+90=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC185A is #53E7A5. Grayscale: #4B4B4B. Windows color (decimal): -5498790 or 5904556. OLE color: 5904556.

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

Color convert

RGB 172 24 90 -
CMYK 0 0.86 0.48 0.33
HSL 333.24º 0.76% 0.38% -
HSV(B) 333.24º 0.86% 0.67% -
XYZ 19.19 10.16 10.62 -
YUV 75.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 172 24 90 0 0.86 0.48 0.33 333.24 0.76 0.38
Hex AC 18 5A 0 56 30 21 14D 4C 26
Octal 254 30 132 0 126 60 41 515 114 46
Binary 10101100 11000 1011010 0 1010110 110000 100001 101001101 1001100 100110

Color Harmonies of #AC185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC185A

Black with #AC185A

Text Example


Text Example

White with #AC185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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