Html Css Color HEX #AD076B Jazzberry Jam

📋 copy color: '#AD076B'

red 173 ◦ green 7 ◦ blue 107

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

Shades of Jazzberry Jam #AD076B

Tints of Jazzberry Jam #AD076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 60.28%
G = 2.44%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD076B (or 0xAD076B) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 6B. RGB value is (173,7,107). Sum of RGB (Red+Green+Blue) = 173+7+107=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076B is #52F894. Grayscale: #434343. Windows color (decimal): -5437589 or 7014317. OLE color: 7014317.

HSL color Cylindrical-coordinate representation of color #AD076B: hue angle of 323.86º 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 #AD076B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 107 -
CMYK 0 0.96 0.38 0.32
HSL 323.86º 0.92% 0.35% -
HSV(B) 323.86º 0.96% 0.68% -
XYZ 19.96 10.1 14.81 -
YUV 68.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 173 7 107 0 0.96 0.38 0.32 323.86 0.92 0.35
Hex AD 7 6B 0 60 26 20 144 5C 23
Octal 255 7 153 0 140 46 40 504 134 43
Binary 10101101 111 1101011 0 1100000 100110 100000 101000100 1011100 100011

Color Harmonies of #AD076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD076B

Black with #AD076B

Text Example


Text Example

White with #AD076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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