Html Css Color HEX #AC0B4A Jazzberry Jam

📋 copy color: '#AC0B4A'

red 172 ◦ green 11 ◦ blue 74

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

Shades of Jazzberry Jam #AC0B4A

Tints of Jazzberry Jam #AC0B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 66.93%
G = 4.28%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC0B4A (or 0xAC0B4A) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 4A. RGB value is (172,11,74). Sum of RGB (Red+Green+Blue) = 172+11+74=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B4A is #53F4B5. Grayscale: #424242. Windows color (decimal): -5502134 or 4852652. OLE color: 4852652.

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

Color convert

RGB 172 11 74 -
CMYK 0 0.94 0.57 0.33
HSL 336.52º 0.88% 0.36% -
HSV(B) 336.52º 0.94% 0.67% -
XYZ 18.37 9.5 7.34 -
YUV 66.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 172 11 74 0 0.94 0.57 0.33 336.52 0.88 0.36
Hex AC B 4A 0 5E 39 21 151 58 24
Octal 254 13 112 0 136 71 41 521 130 44
Binary 10101100 1011 1001010 0 1011110 111001 100001 101010001 1011000 100100

Color Harmonies of #AC0B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B4A

Black with #AC0B4A

Text Example


Text Example

White with #AC0B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B4A; }

 p { color: rgb(172,11,74); }

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

background-color css

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

 a { background-color: rgb(172,11,74); }

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

border-color css

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

 span { border-color: rgb(172,11,74); }

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