Html Css Color HEX #AD065F Jazzberry Jam

📋 copy color: '#AD065F'

red 173 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #AD065F

Tints of Jazzberry Jam #AD065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 63.14%
G = 2.19%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD065F (or 0xAD065F) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 5F. RGB value is (173,6,95). Sum of RGB (Red+Green+Blue) = 173+6+95=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD065F is #52F9A0. Grayscale: #414141. Windows color (decimal): -5437857 or 6227629. OLE color: 6227629.

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

Color convert

RGB 173 6 95 -
CMYK 0 0.97 0.45 0.32
HSL 328.02º 0.93% 0.35% -
HSV(B) 328.02º 0.97% 0.68% -
XYZ 19.36 9.84 11.71 -
YUV 66.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 173 6 95 0 0.97 0.45 0.32 328.02 0.93 0.35
Hex AD 6 5F 0 61 2D 20 148 5D 23
Octal 255 6 137 0 141 55 40 510 135 43
Binary 10101101 110 1011111 0 1100001 101101 100000 101001000 1011101 100011

Color Harmonies of #AD065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD065F

Black with #AD065F

Text Example


Text Example

White with #AD065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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