Html Css Color HEX #AC266D Jazzberry Jam

📋 copy color: '#AC266D'

red 172 ◦ green 38 ◦ blue 109

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

Shades of Jazzberry Jam #AC266D

Tints of Jazzberry Jam #AC266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 53.92%
G = 11.91%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC266D (or 0xAC266D) is known color: Jazzberry Jam. HEX triplet: AC, 26 and 6D. RGB value is (172,38,109). Sum of RGB (Red+Green+Blue) = 172+38+109=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC266D is #53D992. Grayscale: #565656. Windows color (decimal): -5495187 or 7153324. OLE color: 7153324.

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

Color convert

RGB 172 38 109 -
CMYK 0 0.78 0.37 0.33
HSL 328.21º 0.64% 0.41% -
HSV(B) 328.21º 0.78% 0.67% -
XYZ 20.47 11.26 15.56 -
YUV 86.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 172 38 109 0 0.78 0.37 0.33 328.21 0.64 0.41
Hex AC 26 6D 0 4E 25 21 148 40 29
Octal 254 46 155 0 116 45 41 510 100 51
Binary 10101100 100110 1101101 0 1001110 100101 100001 101001000 1000000 101001

Color Harmonies of #AC266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC266D

Black with #AC266D

Text Example


Text Example

White with #AC266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC266D; }

 p { color: rgb(172,38,109); }

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

background-color css

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

 a { background-color: rgb(172,38,109); }

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

border-color css

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

 span { border-color: rgb(172,38,109); }

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