Html Css Color HEX #AD074C Jazzberry Jam

📋 copy color: '#AD074C'

red 173 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #AD074C

Tints of Jazzberry Jam #AD074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 67.58%
G = 2.73%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD074C (or 0xAD074C) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 4C. RGB value is (173,7,76). Sum of RGB (Red+Green+Blue) = 173+7+76=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD074C is #52F8B3. Grayscale: #404040. Windows color (decimal): -5437620 or 4982701. OLE color: 4982701.

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

Color convert

RGB 173 7 76 -
CMYK 0 0.96 0.56 0.32
HSL 335.06º 0.92% 0.35% -
HSV(B) 335.06º 0.96% 0.68% -
XYZ 18.61 9.56 7.7 -
YUV 64.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 173 7 76 0 0.96 0.56 0.32 335.06 0.92 0.35
Hex AD 7 4C 0 60 38 20 14F 5C 23
Octal 255 7 114 0 140 70 40 517 134 43
Binary 10101101 111 1001100 0 1100000 111000 100000 101001111 1011100 100011

Color Harmonies of #AD074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD074C

Black with #AD074C

Text Example


Text Example

White with #AD074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD074C; }

 p { color: rgb(173,7,76); }

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

background-color css

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

 a { background-color: rgb(173,7,76); }

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

border-color css

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

 span { border-color: rgb(173,7,76); }

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