#AE1756

Color #AE1756 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AE1756

Tints of Jazzberry Jam #AE1756

Color information

#AE1756 (or 0xAE1756) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 17 and 56. RGB value is (174,23,86). Sum of RGB (Red+Green+Blue) = 174+23+86=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1756 is #51E8A9. Grayscale: #4B4B4B. Windows color (decimal): -5367978 or 5642158. OLE color: 5642158.

HSL color Cylindrical-coordinate representation of color #AE1756: hue angle of 334.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1756 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1742386-
CMYK00.870.510.32
HSL334.97º76.65%38.63%-
HSV(B)334.97º86.78%68.24%-
XYZ19.4410.289.76-
YUV75.33134.03198.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 23 (9.38% from 255) = 8.13%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=61.48%
G=8.13%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174238600.870.510.32334.9776.6538.63
HexAE1756057332014f4d27
Octal256271260127634051711547
Binary10101110101111010110010101111100111000001010011111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1756; }

 p { color: rgb(174,23,86); }

 H1.HeaderClassName
 {
   color: #AE1756;
 }
 .AnyTagClassName
 {
   color: #AE1756;
 }
</style>
background-color css

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

 a { background-color: rgb(174,23,86); }

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

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

 span { border-color: rgb(174,23,86); }

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