#AE164B

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

Shades of Jazzberry Jam #AE164B

Tints of Jazzberry Jam #AE164B

Color information

#AE164B (or 0xAE164B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 16 and 4B. RGB value is (174,22,75). Sum of RGB (Red+Green+Blue) = 174+22+75=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE164B is #51E9B4. Grayscale: #494949. Windows color (decimal): -5368245 or 4921006. OLE color: 4921006.

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

Color convert

RGB1742275-
CMYK00.870.570.32
HSL339.08º77.55%38.43%-
HSV(B)339.08º87.36%68.24%-
XYZ19.0110.087.6-
YUV73.49128.86199.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=64.21%
G=8.12%
B=27.68%

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
Decimal174227500.870.570.32339.0877.5538.43
HexAE164B05739201534e26
Octal256261130127714052311646
Binary10101110101101001011010101111110011000001010100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE164B; }

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

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

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

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

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

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

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

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