Html Css Color HEX #AD065C Jazzberry Jam

📋 copy color: '#AD065C'

red 173 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #AD065C

Tints of Jazzberry Jam #AD065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 63.84%
G = 2.21%
B = 33.95%

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

#AD065C (or 0xAD065C) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 5C. RGB value is (173,6,92). Sum of RGB (Red+Green+Blue) = 173+6+92=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD065C is #52F9A3. Grayscale: #414141. Windows color (decimal): -5437860 or 6031021. OLE color: 6031021.

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

Color convert

RGB 173 6 92 -
CMYK 0 0.97 0.47 0.32
HSL 329.1º 0.93% 0.35% -
HSV(B) 329.1º 0.97% 0.68% -
XYZ 19.23 9.79 11 -
YUV 65.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 173 6 92 0 0.97 0.47 0.32 329.1 0.93 0.35
Hex AD 6 5C 0 61 2F 20 149 5D 23
Octal 255 6 134 0 141 57 40 511 135 43
Binary 10101101 110 1011100 0 1100001 101111 100000 101001001 1011101 100011

Color Harmonies of #AD065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD065C

Black with #AD065C

Text Example


Text Example

White with #AD065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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