Html Css Color HEX #AD065B Jazzberry Jam

📋 copy color: '#AD065B'

red 173 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #AD065B

Tints of Jazzberry Jam #AD065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 64.07%
G = 2.22%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD065B (or 0xAD065B) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 5B. RGB value is (173,6,91). Sum of RGB (Red+Green+Blue) = 173+6+91=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD065B is #52F9A4. Grayscale: #414141. Windows color (decimal): -5437861 or 5965485. OLE color: 5965485.

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

Color convert

RGB 173 6 91 -
CMYK 0 0.97 0.47 0.32
HSL 329.46º 0.93% 0.35% -
HSV(B) 329.46º 0.97% 0.68% -
XYZ 19.19 9.77 10.77 -
YUV 65.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 173 6 91 0 0.97 0.47 0.32 329.46 0.93 0.35
Hex AD 6 5B 0 61 2F 20 149 5D 23
Octal 255 6 133 0 141 57 40 511 135 43
Binary 10101101 110 1011011 0 1100001 101111 100000 101001001 1011101 100011

Color Harmonies of #AD065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD065B

Black with #AD065B

Text Example


Text Example

White with #AD065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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