Html Css Color HEX #AC1051 Jazzberry Jam

📋 copy color: '#AC1051'

red 172 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #AC1051

Tints of Jazzberry Jam #AC1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 63.94%
G = 5.95%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC1051 (or 0xAC1051) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 51. RGB value is (172,16,81). Sum of RGB (Red+Green+Blue) = 172+16+81=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1051 is #53EFAE. Grayscale: #454545. Windows color (decimal): -5500847 or 5312684. OLE color: 5312684.

HSL color Cylindrical-coordinate representation of color #AC1051: hue angle of 335º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1051 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 81 -
CMYK 0 0.91 0.53 0.33
HSL 335º 0.83% 0.37% -
HSV(B) 335º 0.91% 0.67% -
XYZ 18.68 9.74 8.68 -
YUV 70.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 172 16 81 0 0.91 0.53 0.33 335 0.83 0.37
Hex AC 10 51 0 5B 35 21 14F 53 25
Octal 254 20 121 0 133 65 41 517 123 45
Binary 10101100 10000 1010001 0 1011011 110101 100001 101001111 1010011 100101

Color Harmonies of #AC1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1051

Black with #AC1051

Text Example


Text Example

White with #AC1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1051; }

 p { color: rgb(172,16,81); }

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

background-color css

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

 a { background-color: rgb(172,16,81); }

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

border-color css

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

 span { border-color: rgb(172,16,81); }

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