Html Css Color HEX #A60965 Jazzberry Jam

📋 copy color: '#A60965'

red 166 ◦ green 9 ◦ blue 101

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

Shades of Jazzberry Jam #A60965

Tints of Jazzberry Jam #A60965

RGB

 RED value IS 166 (65.23% from 255) = 60.14%

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 60.14%
G = 3.26%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A60965 (or 0xA60965) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 65. RGB value is (166,9,101). Sum of RGB (Red+Green+Blue) = 166+9+101=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A60965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60965 is #59F69A. Grayscale: #424242. Windows color (decimal): -5895835 or 6621606. OLE color: 6621606.

HSL color Cylindrical-coordinate representation of color #A60965: hue angle of 324.84º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60965 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 101 -
CMYK 0 0.95 0.39 0.35
HSL 324.84º 0.9% 0.34% -
HSV(B) 324.84º 0.95% 0.65% -
XYZ 18.17 9.24 13.14 -
YUV 66.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 166 9 101 0 0.95 0.39 0.35 324.84 0.9 0.34
Hex A6 9 65 0 5F 27 23 145 5A 22
Octal 246 11 145 0 137 47 43 505 132 42
Binary 10100110 1001 1100101 0 1011111 100111 100011 101000101 1011010 100010

Color Harmonies of #A60965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60965

Black with #A60965

Text Example


Text Example

White with #A60965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60965; }

 p { color: rgb(166,9,101); }

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

background-color css

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

 a { background-color: rgb(166,9,101); }

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

border-color css

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

 span { border-color: rgb(166,9,101); }

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