Html Css Color HEX #A00656 Jazzberry Jam

📋 copy color: '#A00656'

red 160 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #A00656

Tints of Jazzberry Jam #A00656

RGB

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

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

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

R = 63.49%
G = 2.38%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00656 (or 0xA00656) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 56. RGB value is (160,6,86). Sum of RGB (Red+Green+Blue) = 160+6+86=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00656 is #5FF9A9. Grayscale: #3D3D3D. Windows color (decimal): -6289834 or 5637792. OLE color: 5637792.

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

Color convert

RGB 160 6 86 -
CMYK 0 0.96 0.46 0.37
HSL 328.83º 0.93% 0.33% -
HSV(B) 328.83º 0.96% 0.63% -
XYZ 16.24 8.28 9.55 -
YUV 61.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 160 6 86 0 0.96 0.46 0.37 328.83 0.93 0.33
Hex A0 6 56 0 60 2E 25 149 5D 21
Octal 240 6 126 0 140 56 45 511 135 41
Binary 10100000 110 1010110 0 1100000 101110 100101 101001001 1011101 100001

Color Harmonies of #A00656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00656

Black with #A00656

Text Example


Text Example

White with #A00656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00656; }

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

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

background-color css

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

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

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

border-color css

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

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

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