Html Css Color HEX #A00956 Jazzberry Jam

📋 copy color: '#A00956'

red 160 ◦ green 9 ◦ blue 86

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

Shades of Jazzberry Jam #A00956

Tints of Jazzberry Jam #A00956

RGB

 RED value IS 160 (62.89% from 255) = 62.75%

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

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 62.75%
G = 3.53%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00956 (or 0xA00956) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 56. RGB value is (160,9,86). Sum of RGB (Red+Green+Blue) = 160+9+86=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A00956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00956 is #5FF6A9. Grayscale: #3E3E3E. Windows color (decimal): -6289066 or 5638560. OLE color: 5638560.

HSL color Cylindrical-coordinate representation of color #A00956: hue angle of 329.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00956 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 86 -
CMYK 0 0.94 0.46 0.37
HSL 329.4º 0.89% 0.33% -
HSV(B) 329.4º 0.94% 0.63% -
XYZ 16.27 8.34 9.56 -
YUV 62.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 160 9 86 0 0.94 0.46 0.37 329.4 0.89 0.33
Hex A0 9 56 0 5E 2E 25 149 59 21
Octal 240 11 126 0 136 56 45 511 131 41
Binary 10100000 1001 1010110 0 1011110 101110 100101 101001001 1011001 100001

Color Harmonies of #A00956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00956

Black with #A00956

Text Example


Text Example

White with #A00956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00956; }

 p { color: rgb(160,9,86); }

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

background-color css

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

 a { background-color: rgb(160,9,86); }

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

border-color css

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

 span { border-color: rgb(160,9,86); }

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