Html Css Color HEX #AC0D59 Jazzberry Jam

📋 copy color: '#AC0D59'

red 172 ◦ green 13 ◦ blue 89

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

Shades of Jazzberry Jam #AC0D59

Tints of Jazzberry Jam #AC0D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 62.77%
G = 4.74%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0D59 (or 0xAC0D59) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 59. RGB value is (172,13,89). Sum of RGB (Red+Green+Blue) = 172+13+89=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D59 is #53F2A6. Grayscale: #454545. Windows color (decimal): -5501607 or 5836204. OLE color: 5836204.

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

Color convert

RGB 172 13 89 -
CMYK 0 0.92 0.48 0.33
HSL 331.32º 0.86% 0.36% -
HSV(B) 331.32º 0.92% 0.67% -
XYZ 18.96 9.78 10.34 -
YUV 69.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 172 13 89 0 0.92 0.48 0.33 331.32 0.86 0.36
Hex AC D 59 0 5C 30 21 14B 56 24
Octal 254 15 131 0 134 60 41 513 126 44
Binary 10101100 1101 1011001 0 1011100 110000 100001 101001011 1010110 100100

Color Harmonies of #AC0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D59

Black with #AC0D59

Text Example


Text Example

White with #AC0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D59; }

 p { color: rgb(172,13,89); }

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

background-color css

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

 a { background-color: rgb(172,13,89); }

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

border-color css

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

 span { border-color: rgb(172,13,89); }

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