Html Css Color HEX #AC053E Jazzberry Jam

📋 copy color: '#AC053E'

red 172 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #AC053E

Tints of Jazzberry Jam #AC053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 71.97%
G = 2.09%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC053E (or 0xAC053E) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 3E. RGB value is (172,5,62). Sum of RGB (Red+Green+Blue) = 172+5+62=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC053E is #53FAC1. Grayscale: #3D3D3D. Windows color (decimal): -5503682 or 4064684. OLE color: 4064684.

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

Color convert

RGB 172 5 62 -
CMYK 0 0.97 0.64 0.33
HSL 339.52º 0.94% 0.35% -
HSV(B) 339.52º 0.97% 0.67% -
XYZ 17.94 9.23 5.39 -
YUV 61.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 172 5 62 0 0.97 0.64 0.33 339.52 0.94 0.35
Hex AC 5 3E 0 61 40 21 154 5E 23
Octal 254 5 76 0 141 100 41 524 136 43
Binary 10101100 101 111110 0 1100001 1000000 100001 101010100 1011110 100011

Color Harmonies of #AC053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC053E

Black with #AC053E

Text Example


Text Example

White with #AC053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC053E; }

 p { color: rgb(172,5,62); }

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

background-color css

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

 a { background-color: rgb(172,5,62); }

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

border-color css

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

 span { border-color: rgb(172,5,62); }

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