Html Css Color HEX #AD0960 Jazzberry Jam

📋 copy color: '#AD0960'

red 173 ◦ green 9 ◦ blue 96

#AD0960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD0960

Tints of Jazzberry Jam #AD0960

RGB

 RED value IS 173 (67.97% from 255) = 62.23%

 GREEN value IS 9 (3.91% from 255) = 3.24%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 62.23%
G = 3.24%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0960 (or 0xAD0960) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 60. RGB value is (173,9,96). Sum of RGB (Red+Green+Blue) = 173+9+96=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0960 is #52F69F. Grayscale: #434343. Windows color (decimal): -5437088 or 6293933. OLE color: 6293933.

HSL color Cylindrical-coordinate representation of color #AD0960: hue angle of 328.17º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0960 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 96 -
CMYK 0 0.95 0.45 0.32
HSL 328.17º 0.9% 0.36% -
HSV(B) 328.17º 0.95% 0.68% -
XYZ 19.44 9.92 11.96 -
YUV 67.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 173 9 96 0 0.95 0.45 0.32 328.17 0.9 0.36
Hex AD 9 60 0 5F 2D 20 148 5A 24
Octal 255 11 140 0 137 55 40 510 132 44
Binary 10101101 1001 1100000 0 1011111 101101 100000 101001000 1011010 100100

Color Harmonies of #AD0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0960

Black with #AD0960

Text Example


Text Example

White with #AD0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0960; }

 p { color: rgb(173,9,96); }

 H1.HeaderClassName
 {
   color: #AD0960;
 }
 .AnyTagClassName
 {
   color: #AD0960;
 }
</style>

background-color css

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

 a { background-color: rgb(173,9,96); }

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

border-color css

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

 span { border-color: rgb(173,9,96); }

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