Html Css Color HEX #AC135A Jazzberry Jam

📋 copy color: '#AC135A'

red 172 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #AC135A

Tints of Jazzberry Jam #AC135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 61.21%
G = 6.76%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC135A (or 0xAC135A) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 5A. RGB value is (172,19,90). Sum of RGB (Red+Green+Blue) = 172+19+90=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC135A is #53ECA5. Grayscale: #484848. Windows color (decimal): -5500070 or 5903276. OLE color: 5903276.

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

Color convert

RGB 172 19 90 -
CMYK 0 0.89 0.48 0.33
HSL 332.16º 0.8% 0.37% -
HSV(B) 332.16º 0.89% 0.67% -
XYZ 19.09 9.97 10.59 -
YUV 72.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 172 19 90 0 0.89 0.48 0.33 332.16 0.8 0.37
Hex AC 13 5A 0 59 30 21 14C 50 25
Octal 254 23 132 0 131 60 41 514 120 45
Binary 10101100 10011 1011010 0 1011001 110000 100001 101001100 1010000 100101

Color Harmonies of #AC135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC135A

Black with #AC135A

Text Example


Text Example

White with #AC135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC135A; }

 p { color: rgb(172,19,90); }

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

background-color css

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

 a { background-color: rgb(172,19,90); }

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

border-color css

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

 span { border-color: rgb(172,19,90); }

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