#AE174B

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

Shades of Jazzberry Jam #AE174B

Tints of Jazzberry Jam #AE174B

Color information

#AE174B (or 0xAE174B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 17 and 4B. RGB value is (174,23,75). Sum of RGB (Red+Green+Blue) = 174+23+75=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE174B is #51E8B4. Grayscale: #4A4A4A. Windows color (decimal): -5367989 or 4921262. OLE color: 4921262.

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

Color convert

RGB1742375-
CMYK00.870.570.32
HSL339.34º76.65%38.63%-
HSV(B)339.34º86.78%68.24%-
XYZ19.0310.127.61-
YUV74.08128.53199.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=63.97%
G=8.46%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174237500.870.570.32339.3476.6538.63
HexAE174B05739201534d27
Octal256271130127714052311547
Binary10101110101111001011010101111110011000001010100111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE174B; }

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

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

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

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

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

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

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

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