Html Css Color HEX #AE1460 Jazzberry Jam

📋 copy color: '#AE1460'

red 174 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #AE1460

Tints of Jazzberry Jam #AE1460

RGB

 RED value IS 174 (68.36% from 255) = 60%

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 60%
G = 6.9%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE1460 (or 0xAE1460) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 60. RGB value is (174,20,96). Sum of RGB (Red+Green+Blue) = 174+20+96=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1460 is #51EB9F. Grayscale: #4A4A4A. Windows color (decimal): -5368736 or 6296750. OLE color: 6296750.

HSL color Cylindrical-coordinate representation of color #AE1460: hue angle of 330.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1460 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 96 -
CMYK 0 0.89 0.45 0.32
HSL 330.39º 0.79% 0.38% -
HSV(B) 330.39º 0.89% 0.68% -
XYZ 19.82 10.34 12.02 -
YUV 74.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 174 20 96 0 0.89 0.45 0.32 330.39 0.79 0.38
Hex AE 14 60 0 59 2D 20 14A 4F 26
Octal 256 24 140 0 131 55 40 512 117 46
Binary 10101110 10100 1100000 0 1011001 101101 100000 101001010 1001111 100110

Color Harmonies of #AE1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1460

Black with #AE1460

Text Example


Text Example

White with #AE1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1460; }

 p { color: rgb(174,20,96); }

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

background-color css

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

 a { background-color: rgb(174,20,96); }

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

border-color css

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

 span { border-color: rgb(174,20,96); }

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