Html Css Color HEX #AC1653 Jazzberry Jam

📋 copy color: '#AC1653'

red 172 ◦ green 22 ◦ blue 83

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

Shades of Jazzberry Jam #AC1653

Tints of Jazzberry Jam #AC1653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 62.09%
G = 7.94%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1653 (or 0xAC1653) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 53. RGB value is (172,22,83). Sum of RGB (Red+Green+Blue) = 172+22+83=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1653 is #53E9AC. Grayscale: #494949. Windows color (decimal): -5499309 or 5445292. OLE color: 5445292.

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

Color convert

RGB 172 22 83 -
CMYK 0 0.87 0.52 0.33
HSL 335.6º 0.77% 0.38% -
HSV(B) 335.6º 0.87% 0.67% -
XYZ 18.86 9.97 9.11 -
YUV 73.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 172 22 83 0 0.87 0.52 0.33 335.6 0.77 0.38
Hex AC 16 53 0 57 34 21 150 4D 26
Octal 254 26 123 0 127 64 41 520 115 46
Binary 10101100 10110 1010011 0 1010111 110100 100001 101010000 1001101 100110

Color Harmonies of #AC1653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1653

Black with #AC1653

Text Example


Text Example

White with #AC1653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1653; }

 p { color: rgb(172,22,83); }

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

background-color css

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

 a { background-color: rgb(172,22,83); }

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

border-color css

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

 span { border-color: rgb(172,22,83); }

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