Html Css Color HEX #AD004A Jazzberry Jam

📋 copy color: '#AD004A'

red 173 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #AD004A

Tints of Jazzberry Jam #AD004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 70.04%
G = 0%
B = 29.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD004A (or 0xAD004A) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 4A. RGB value is (173,0,74). Sum of RGB (Red+Green+Blue) = 173+0+74=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD004A is #52FFB5. Grayscale: #3C3C3C. Windows color (decimal): -5439414 or 4849837. OLE color: 4849837.

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

Color convert

RGB 173 0 74 -
CMYK 0 1 0.57 0.32
HSL 334.34º 1% 0.34% -
HSV(B) 334.34º 1% 0.68% -
XYZ 18.47 9.38 7.32 -
YUV 60.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 173 0 74 0 1 0.57 0.32 334.34 1 0.34
Hex AD 0 4A 0 64 39 20 14E 64 22
Octal 255 0 112 0 144 71 40 516 144 42
Binary 10101101 0 1001010 0 1100100 111001 100000 101001110 1100100 100010

Color Harmonies of #AD004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD004A

Black with #AD004A

Text Example


Text Example

White with #AD004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD004A; }

 p { color: rgb(173,0,74); }

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

background-color css

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

 a { background-color: rgb(173,0,74); }

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

border-color css

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

 span { border-color: rgb(173,0,74); }

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