#AD105C

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

Shades of Jazzberry Jam #AD105C

Tints of Jazzberry Jam #AD105C

Color information

#AD105C (or 0xAD105C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 5C. RGB value is (173,16,92). Sum of RGB (Red+Green+Blue) = 173+16+92=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105C is #52EFA3. Grayscale: #474747. Windows color (decimal): -5435300 or 6033581. OLE color: 6033581.

HSL color Cylindrical-coordinate representation of color #AD105C: hue angle of 330.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD105C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1731692-
CMYK00.910.470.32
HSL330.96º83.07%37.06%-
HSV(B)330.96º90.75%67.84%-
XYZ19.3510.0311.04-
YUV71.61139.51200.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=61.57%
G=5.69%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173169200.910.470.32330.9683.0737.06
HexAD105C05B2F2014b5325
Octal255201340133574051312345
Binary10101101100001011100010110111011111000001010010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD105C; }

 p { color: rgb(173,16,92); }

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

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

 a { background-color: rgb(173,16,92); }

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

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

 span { border-color: rgb(173,16,92); }

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