#AE176E

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

Shades of Jazzberry Jam #AE176E

Tints of Jazzberry Jam #AE176E

Color information

#AE176E (or 0xAE176E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 17 and 6E. RGB value is (174,23,110). Sum of RGB (Red+Green+Blue) = 174+23+110=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE176E is #51E891. Grayscale: #4D4D4D. Windows color (decimal): -5367954 or 7215022. OLE color: 7215022.

HSL color Cylindrical-coordinate representation of color #AE176E: hue angle of 325.43º 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 #AE176E is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17423110-
CMYK00.870.370.32
HSL325.43º76.65%38.63%-
HSV(B)325.43º86.78%68.24%-
XYZ20.5810.7415.74-
YUV78.07146.03196.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=56.68%
G=7.49%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742311000.870.370.32325.4376.6538.63
HexAE176E05725201454d27
Octal256271560127454050511547
Binary10101110101111101110010101111001011000001010001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE176E; }

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

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

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

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

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

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

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

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