Html Css Color HEX #AC0345 Jazzberry Jam

📋 copy color: '#AC0345'

red 172 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #AC0345

Tints of Jazzberry Jam #AC0345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 69 (27.34% from 255) = 28.28%

R = 70.49%
G = 1.23%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC0345 (or 0xAC0345) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 45. RGB value is (172,3,69). Sum of RGB (Red+Green+Blue) = 172+3+69=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0345 is #53FCBA. Grayscale: #3C3C3C. Windows color (decimal): -5504187 or 4522924. OLE color: 4522924.

HSL color Cylindrical-coordinate representation of color #AC0345: hue angle of 336.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0345 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 69 -
CMYK 0 0.98 0.60 0.33
HSL 336.57º 0.97% 0.34% -
HSV(B) 336.57º 0.98% 0.67% -
XYZ 18.12 9.27 6.46 -
YUV 61.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 172 3 69 0 0.98 0.60 0.33 336.57 0.97 0.34
Hex AC 3 45 0 62 3C 21 151 61 22
Octal 254 3 105 0 142 74 41 521 141 42
Binary 10101100 11 1000101 0 1100010 111100 100001 101010001 1100001 100010

Color Harmonies of #AC0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0345

Black with #AC0345

Text Example


Text Example

White with #AC0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0345; }

 p { color: rgb(172,3,69); }

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

background-color css

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

 a { background-color: rgb(172,3,69); }

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

border-color css

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

 span { border-color: rgb(172,3,69); }

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