Html Css Color HEX #AD066F Jazzberry Jam

📋 copy color: '#AD066F'

red 173 ◦ green 6 ◦ blue 111

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

Shades of Jazzberry Jam #AD066F

Tints of Jazzberry Jam #AD066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 59.66%
G = 2.07%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD066F (or 0xAD066F) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 6F. RGB value is (173,6,111). Sum of RGB (Red+Green+Blue) = 173+6+111=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD066F is #52F990. Grayscale: #434343. Windows color (decimal): -5437841 or 7276205. OLE color: 7276205.

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

Color convert

RGB 173 6 111 -
CMYK 0 0.97 0.36 0.32
HSL 322.28º 0.93% 0.35% -
HSV(B) 322.28º 0.97% 0.68% -
XYZ 20.17 10.16 15.94 -
YUV 67.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 173 6 111 0 0.97 0.36 0.32 322.28 0.93 0.35
Hex AD 6 6F 0 61 24 20 142 5D 23
Octal 255 6 157 0 141 44 40 502 135 43
Binary 10101101 110 1101111 0 1100001 100100 100000 101000010 1011101 100011

Color Harmonies of #AD066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD066F

Black with #AD066F

Text Example


Text Example

White with #AD066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD066F; }

 p { color: rgb(173,6,111); }

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

background-color css

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

 a { background-color: rgb(173,6,111); }

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

border-color css

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

 span { border-color: rgb(173,6,111); }

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