Html Css Color HEX #AC0F44 Jazzberry Jam

📋 copy color: '#AC0F44'

red 172 ◦ green 15 ◦ blue 68

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

Shades of Jazzberry Jam #AC0F44

Tints of Jazzberry Jam #AC0F44

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 67.45%
G = 5.88%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC0F44 (or 0xAC0F44) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 44. RGB value is (172,15,68). Sum of RGB (Red+Green+Blue) = 172+15+68=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F44 is #53F0BB. Grayscale: #434343. Windows color (decimal): -5501116 or 4460460. OLE color: 4460460.

HSL color Cylindrical-coordinate representation of color #AC0F44: hue angle of 339.75º degrees, saturation: 0.84, 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 #AC0F44 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 68 -
CMYK 0 0.91 0.60 0.33
HSL 339.75º 0.84% 0.37% -
HSV(B) 339.75º 0.91% 0.67% -
XYZ 18.23 9.53 6.35 -
YUV 67.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 172 15 68 0 0.91 0.60 0.33 339.75 0.84 0.37
Hex AC F 44 0 5B 3C 21 154 54 25
Octal 254 17 104 0 133 74 41 524 124 45
Binary 10101100 1111 1000100 0 1011011 111100 100001 101010100 1010100 100101

Color Harmonies of #AC0F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F44

Black with #AC0F44

Text Example


Text Example

White with #AC0F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F44; }

 p { color: rgb(172,15,68); }

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

background-color css

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

 a { background-color: rgb(172,15,68); }

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

border-color css

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

 span { border-color: rgb(172,15,68); }

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