#AD256C

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

Shades of Jazzberry Jam #AD256C

Tints of Jazzberry Jam #AD256C

Color information

#AD256C (or 0xAD256C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 25 and 6C. RGB value is (173,37,108). Sum of RGB (Red+Green+Blue) = 173+37+108=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD256C is #52DA93. Grayscale: #555555. Windows color (decimal): -5429908 or 7087533. OLE color: 7087533.

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

Color convert

RGB17337108-
CMYK00.790.380.32
HSL328.68º64.76%41.18%-
HSV(B)328.68º78.61%67.84%-
XYZ20.611.2915.28-
YUV85.76140.56190.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=54.40%
G=11.64%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733710800.790.380.32328.6864.7641.18
HexAD256C04F26201494129
Octal255451540117464051110151
Binary101011011001011101100010011111001101000001010010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD256C; }

 p { color: rgb(173,37,108); }

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

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

 a { background-color: rgb(173,37,108); }

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

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

 span { border-color: rgb(173,37,108); }

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