Html Css Color HEX #AD034A Jazzberry Jam

📋 copy color: '#AD034A'

red 173 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #AD034A

Tints of Jazzberry Jam #AD034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 69.2%
G = 1.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD034A (or 0xAD034A) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 4A. RGB value is (173,3,74). Sum of RGB (Red+Green+Blue) = 173+3+74=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD034A is #52FCB5. Grayscale: #3D3D3D. Windows color (decimal): -5438646 or 4850605. OLE color: 4850605.

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

Color convert

RGB 173 3 74 -
CMYK 0 0.98 0.57 0.32
HSL 334.94º 0.97% 0.35% -
HSV(B) 334.94º 0.98% 0.68% -
XYZ 18.5 9.44 7.33 -
YUV 61.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 173 3 74 0 0.98 0.57 0.32 334.94 0.97 0.35
Hex AD 3 4A 0 62 39 20 14F 61 23
Octal 255 3 112 0 142 71 40 517 141 43
Binary 10101101 11 1001010 0 1100010 111001 100000 101001111 1100001 100011

Color Harmonies of #AD034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD034A

Black with #AD034A

Text Example


Text Example

White with #AD034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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