Html Css Color HEX #AD0146 Jazzberry Jam

📋 copy color: '#AD0146'

red 173 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #AD0146

Tints of Jazzberry Jam #AD0146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 70.9%
G = 0.41%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0146 (or 0xAD0146) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 46. RGB value is (173,1,70). Sum of RGB (Red+Green+Blue) = 173+1+70=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0146 is #52FEB9. Grayscale: #3C3C3C. Windows color (decimal): -5439162 or 4587949. OLE color: 4587949.

HSL color Cylindrical-coordinate representation of color #AD0146: hue angle of 335.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0146 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 70 -
CMYK 0 0.99 0.60 0.32
HSL 335.93º 0.99% 0.34% -
HSV(B) 335.93º 0.99% 0.68% -
XYZ 18.35 9.35 6.63 -
YUV 60.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 173 1 70 0 0.99 0.60 0.32 335.93 0.99 0.34
Hex AD 1 46 0 63 3C 20 150 63 22
Octal 255 1 106 0 143 74 40 520 143 42
Binary 10101101 1 1000110 0 1100011 111100 100000 101010000 1100011 100010

Color Harmonies of #AD0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0146

Black with #AD0146

Text Example


Text Example

White with #AD0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0146; }

 p { color: rgb(173,1,70); }

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

background-color css

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

 a { background-color: rgb(173,1,70); }

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

border-color css

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

 span { border-color: rgb(173,1,70); }

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