#AD174F

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

Shades of Jazzberry Jam #AD174F

Tints of Jazzberry Jam #AD174F

Color information

#AD174F (or 0xAD174F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 17 and 4F. RGB value is (173,23,79). Sum of RGB (Red+Green+Blue) = 173+23+79=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD174F is #52E8B0. Grayscale: #4A4A4A. Windows color (decimal): -5433521 or 5183405. OLE color: 5183405.

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

Color convert

RGB1732379-
CMYK00.870.540.32
HSL337.6º76.53%38.43%-
HSV(B)337.6º86.71%67.84%-
XYZ18.9510.068.34-
YUV74.23130.7198.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 23 (9.38% from 255) = 8.36%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=62.91%
G=8.36%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173237900.870.540.32337.676.5338.43
HexAD174F05736201524d26
Octal255271170127664052211546
Binary10101101101111001111010101111101101000001010100101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD174F; }

 p { color: rgb(173,23,79); }

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

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

 a { background-color: rgb(173,23,79); }

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

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

 span { border-color: rgb(173,23,79); }

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