Html Css Color HEX #AD084A Jazzberry Jam

📋 copy color: '#AD084A'

red 173 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #AD084A

Tints of Jazzberry Jam #AD084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 67.84%
G = 3.14%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD084A (or 0xAD084A) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 4A. RGB value is (173,8,74). Sum of RGB (Red+Green+Blue) = 173+8+74=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD084A is #52F7B5. Grayscale: #404040. Windows color (decimal): -5437366 or 4851885. OLE color: 4851885.

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

Color convert

RGB 173 8 74 -
CMYK 0 0.95 0.57 0.32
HSL 336º 0.91% 0.35% -
HSV(B) 336º 0.95% 0.68% -
XYZ 18.56 9.55 7.34 -
YUV 64.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 173 8 74 0 0.95 0.57 0.32 336 0.91 0.35
Hex AD 8 4A 0 5F 39 20 150 5B 23
Octal 255 10 112 0 137 71 40 520 133 43
Binary 10101101 1000 1001010 0 1011111 111001 100000 101010000 1011011 100011

Color Harmonies of #AD084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD084A

Black with #AD084A

Text Example


Text Example

White with #AD084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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