Html Css Color HEX #AD066E Jazzberry Jam

📋 copy color: '#AD066E'

red 173 ◦ green 6 ◦ blue 110

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

Shades of Jazzberry Jam #AD066E

Tints of Jazzberry Jam #AD066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 59.86%
G = 2.08%
B = 38.06%

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

#AD066E (or 0xAD066E) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 6E. RGB value is (173,6,110). Sum of RGB (Red+Green+Blue) = 173+6+110=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD066E is #52F991. Grayscale: #434343. Windows color (decimal): -5437842 or 7210669. OLE color: 7210669.

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

Color convert

RGB 173 6 110 -
CMYK 0 0.97 0.36 0.32
HSL 322.63º 0.93% 0.35% -
HSV(B) 322.63º 0.97% 0.68% -
XYZ 20.11 10.14 15.65 -
YUV 67.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 173 6 110 0 0.97 0.36 0.32 322.63 0.93 0.35
Hex AD 6 6E 0 61 24 20 143 5D 23
Octal 255 6 156 0 141 44 40 503 135 43
Binary 10101101 110 1101110 0 1100001 100100 100000 101000011 1011101 100011

Color Harmonies of #AD066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD066E

Black with #AD066E

Text Example


Text Example

White with #AD066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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